changeset 29467:65004796201d

Actually set the mood when creating a presence update when receiving mood PEP. Fixed some erronious pixmap references
author Marcus Lundblad <ml@update.uu.se>
date Tue, 09 Feb 2010 21:34:38 +0000
parents c9866e46f629
children b052a711cfbd
files libpurple/protocols/jabber/usermood.c pidgin/pixmaps/emotes/small/16/Makefile.am
diffstat 2 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/usermood.c	Tue Feb 09 20:14:10 2010 +0000
+++ b/libpurple/protocols/jabber/usermood.c	Tue Feb 09 21:34:38 2010 +0000
@@ -160,7 +160,7 @@
 	}
 	if (newmood != NULL) {
 		purple_prpl_got_user_status(js->gc->account, from, "mood",
-				PURPLE_MOOD_NAME, mood,
+				PURPLE_MOOD_NAME, newmood,
 				PURPLE_MOOD_COMMENT, moodtext,
 				NULL);
 	} else {
--- a/pidgin/pixmaps/emotes/small/16/Makefile.am	Tue Feb 09 20:14:10 2010 +0000
+++ b/pidgin/pixmaps/emotes/small/16/Makefile.am	Tue Feb 09 21:34:38 2010 +0000
@@ -1,12 +1,10 @@
 # These are mood images that are NOT also used in the smiley theme.
 MOODS = \
     afraid.png \
-    amazed.png \
-    annoyed.png \
     bathing.png \
     cinema.png \
-    dissapointed.png \
-    embarressed.png \
+    disappointed.png \
+    embarrassed.png \
     internet.png \
     music.png \
     restroom.png \