mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
Set the multicall to None if disconnected from the daemon.
This commit is contained in:
parent
94f36c72a1
commit
b29583024d
1 changed files with 2 additions and 0 deletions
|
@ -187,10 +187,12 @@ class CoreProxy(gobject.GObject):
|
|||
self.emit("no_core")
|
||||
self._uri = None
|
||||
self._core = None
|
||||
self._multi = None
|
||||
return
|
||||
|
||||
if uri != self._uri and self._uri != None:
|
||||
self._core = None
|
||||
self._multi = None
|
||||
self.emit("no_core")
|
||||
|
||||
self._uri = uri
|
||||
|
|
Loading…
Add table
Reference in a new issue