diff --git a/src/roster_window.py b/src/roster_window.py index a108ca9f3..a682a93c0 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2272,7 +2272,6 @@ class RosterWindow: def on_change_mood_activate(self, widget, account): dlg = dialogs.ChangeMoodDialog() (mood, message) = dlg.run() - mood = 'happy' if mood is not None: # None is if user pressed Cancel self.send_mood(account, mood, message)