diff --git a/src/dialogs.py b/src/dialogs.py index 36f8245add5cd580d09b162c6f2cb8bb13d09543..485ba838b7d40d2f17750e31577a594017ee168d 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