diff --git a/src/roster_window.py b/src/roster_window.py
index a108ca9f3401e0440802ad909a4ac1416e4b613b..a682a93c0326d47df07750bf53b9261920948cf9 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)