mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-23 00:28:21 +00:00
fix update calls in a few places
This commit is contained in:
parent
01ec3f5b5a
commit
78df3d10ce
@ -266,7 +266,7 @@ Copyright:
|
||||
},
|
||||
|
||||
onHostAdded: function() {
|
||||
this.update();
|
||||
this.update(this);
|
||||
},
|
||||
|
||||
onClose: function(e) {
|
||||
@ -281,7 +281,7 @@ Copyright:
|
||||
if (selected.get('status') == _('Connected')) {
|
||||
Deluge.Client.web.disconnect({
|
||||
success: function(result) {
|
||||
this.update();
|
||||
this.update(this);
|
||||
Deluge.Events.fire('disconnect');
|
||||
},
|
||||
scope: this
|
||||
|
Loading…
x
Reference in New Issue
Block a user