Forgot to also sort the activites in the variable after changing them
in the glade file.
This commit is contained in:
parent
9519d1bd6a
commit
c3f82257e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue