Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/systray.py')
-rw-r--r--src/systray.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/systray.py b/src/systray.py
index f5d06b57a..dafe39f82 100644
--- a/src/systray.py
+++ b/src/systray.py
@@ -234,8 +234,7 @@ class Systray:
account_menu_for_single_message)
self.popup_menus.append(account_menu_for_single_message)
- accounts_list = gajim.contacts.get_accounts()
- accounts_list.sort()
+ accounts_list = sorted(gajim.contacts.get_accounts())
for account in accounts_list:
if gajim.connections[account].is_zeroconf:
continue