Merge branch 'intrigeri-bugfix/nautilus-extension-dont-spam-logs'

This commit is contained in:
Micah Lee 2017-12-07 14:32:07 -08:00
commit 5c390f1bd9
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -93,3 +93,7 @@ class OnionShareExtension(GObject.GObject, Nautilus.MenuProvider):
for file in files:
file_list.append(self.url2path(file))
self.exec_onionshare(file_list)
# Workaround https://bugzilla.gnome.org/show_bug.cgi?id=784278
def get_background_items(self, window, file):
return None