Nautilus integration: Fix invalid member access #2819

This commit is contained in:
Christian Kamm 2015-02-11 11:31:07 +01:00
Родитель e79e2b80c8
Коммит 5b6a6319c2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -205,7 +205,7 @@ class syncStateExtension(Nautilus.ColumnProvider, Nautilus.InfoProvider, SocketC
# check if there are non pathes any more, if so, its usual
# that mirall went away. Try reconnect.
if not self.registered_paths:
self.sock.close()
self._sock.close()
self._connected = False
GObject.source_remove(self._watch_id)
GObject.timeout_add(5000, self.connectToSocketServer)