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
path: root/src
diff options
context:
space:
mode:
authorNikos Kouremenos <kourem@gmail.com>2006-10-07 17:31:42 +0400
committerNikos Kouremenos <kourem@gmail.com>2006-10-07 17:31:42 +0400
commitb0d7c4ff817f51c47cd1eb0a0899b472e514f1ad (patch)
tree6955db63f50b512459c3000e0cae4fa54ff2d1a8 /src
parentf27453ca6e4a2c38657c47ecb2d70c50978135c4 (diff)
do not sort accts in join gc submenu so they align to roster menu and roster listing of accts
Diffstat (limited to 'src')
-rw-r--r--src/systray.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systray.py b/src/systray.py
index 607739756..5e7e2f177 100644
--- a/src/systray.py
+++ b/src/systray.py
@@ -174,7 +174,6 @@ class Systray:
self.popup_menus.append(account_menu_for_single_message)
accounts_list = gajim.contacts.get_accounts()
- accounts_list.sort()
for account in accounts_list:
if gajim.connections[account].connected > 1:
#for chat_with