One more
This commit is contained in:
parent
37de10d82f
commit
6ab511eee2
1 changed files with 0 additions and 1 deletions
|
@ -2272,7 +2272,6 @@ class RosterWindow:
|
||||||
def on_change_mood_activate(self, widget, account):
|
def on_change_mood_activate(self, widget, account):
|
||||||
dlg = dialogs.ChangeMoodDialog()
|
dlg = dialogs.ChangeMoodDialog()
|
||||||
(mood, message) = dlg.run()
|
(mood, message) = dlg.run()
|
||||||
mood = 'happy'
|
|
||||||
if mood is not None: # None is if user pressed Cancel
|
if mood is not None: # None is if user pressed Cancel
|
||||||
self.send_mood(account, mood, message)
|
self.send_mood(account, mood, message)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue