Forgot to also sort the activites in the variable after changing them

in the glade file.
This commit is contained in:
js 2008-10-24 17:18:10 +00:00
parent 9519d1bd6a
commit c3f82257e1
1 changed files with 3 additions and 3 deletions

View File

@ -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