about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ui/account.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/account.go b/ui/account.go
index f8dcce8..4b92e76 100644
--- a/ui/account.go
+++ b/ui/account.go
@@ -78,6 +78,7 @@ func (acc *AccountTab) postAction(msg types.WorkerMessage,
 	acc.Worker.PostAction(msg)
 	if cb != nil {
 		acc.callbacks[msg] = cb
+		delete(acc.callbacks, msg)
 	}
 }
 
t&id=f66de6139270475828f1dffd1985d68325bef34d'>^
bb0e67a3 ^
f7746778 ^
bb0e67a3 ^


7bf8adb8 ^
44131682 ^
6e36ce06 ^
0d12f667 ^

83c25a03 ^



44131682 ^

83c25a03 ^

422ebaf8 ^

83c25a03 ^

422ebaf8 ^
83c25a03 ^

bb0e67a3 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32