зеркало из https://github.com/nextcloud/desktop.git
Nautilus integration: Fix invalid member access #2819
This commit is contained in:
Родитель
e79e2b80c8
Коммит
5b6a6319c2
|
@ -205,7 +205,7 @@ class syncStateExtension(Nautilus.ColumnProvider, Nautilus.InfoProvider, SocketC
|
||||||
# check if there are non pathes any more, if so, its usual
|
# check if there are non pathes any more, if so, its usual
|
||||||
# that mirall went away. Try reconnect.
|
# that mirall went away. Try reconnect.
|
||||||
if not self.registered_paths:
|
if not self.registered_paths:
|
||||||
self.sock.close()
|
self._sock.close()
|
||||||
self._connected = False
|
self._connected = False
|
||||||
GObject.source_remove(self._watch_id)
|
GObject.source_remove(self._watch_id)
|
||||||
GObject.timeout_add(5000, self.connectToSocketServer)
|
GObject.timeout_add(5000, self.connectToSocketServer)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче