removed unused gui parameter from Keyring.import_accounts method

This commit is contained in:
Patrick Ulbrich
2011-07-05 19:16:49 +02:00
parent 3ce92b8eb8
commit 5eb4c40417

View File

@@ -96,7 +96,7 @@ class Keyring:
return ''
def import_accounts(self, gui): # get email accounts from Gnome-Keyring
def import_accounts(self): # get email accounts from Gnome-Keyring
accounts = []
if gnomekeyring.list_item_ids_sync(self.defaultKeyring):
displayNameDict = {}