From c3f82257e17270c17ed867d4f828f7138150d738 Mon Sep 17 00:00:00 2001
From: js <js-gajim@webkeks.org>
Date: Fri, 24 Oct 2008 17:18:10 +0000
Subject: [PATCH] Forgot to also sort the activites in the variable after
 changing them in the glade file.

---
 src/dialogs.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/dialogs.py b/src/dialogs.py
index 36f8245add..485ba838b7 100644
--- a/src/dialogs.py
+++ b/src/dialogs.py
@@ -320,9 +320,9 @@ class ChooseGPGKeyDialog:
 
 
 class ChangeActivityDialog:
-	PAGELIST = ['working', 'eating', 'exercising', 'relaxing', 'talking',
-		'doing_chores', 'inactive', 'traveling', 'having_appointment',
-		'drinking', 'grooming']
+	PAGELIST = ['doing_chores', 'drinking', 'eating', 'exercising', 'grooming',
+		'having_appointment', 'inactive', 'relaxing', 'talking', 'traveling',
+		'working']
 
 	def __init__(self, account):
 		self.account = account
-- 
GitLab