Nautilus integration: Not a ColumnProvider

The nautilus plugin doesn't actually define get_columns(), so pretending
to be a ColumnProvider lead to a critical warning on startup.
This commit is contained in:
Christian Kamm 2018-03-28 13:00:59 +02:00 committed by Camila San
parent 33555292ae
commit 629b14266b
No known key found for this signature in database
GPG Key ID: 7A4A6121E88E2AD4
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ class MenuExtension(GObject.GObject, Nautilus.MenuProvider):
socketConnect.sendCommand(action + ":" + filename + "\n")
class SyncStateExtension(GObject.GObject, Nautilus.ColumnProvider, Nautilus.InfoProvider):
class SyncStateExtension(GObject.GObject, Nautilus.InfoProvider):
def __init__(self):
GObject.GObject.__init__(self)