mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
NautilusOverlays: return False if sock connection breaks
This commit is contained in:
parent
084d9de4c9
commit
2ccfdcb084
1 changed files with 3 additions and 1 deletions
|
@ -98,6 +98,8 @@ class ownCloudExtension(GObject.GObject, Nautilus.ColumnProvider, Nautilus.InfoP
|
|||
|
||||
for l in data.split('\n'):
|
||||
self.handle_server_response( l )
|
||||
else:
|
||||
return False
|
||||
|
||||
return True # run again
|
||||
|
||||
|
|
Loading…
Reference in a new issue