libpurple/protocols/jabber/usermood.c

branch
next.minor
changeset 21233
e75de8db4f2b
parent 21225
32d8e16cb7a9
child 21234
bb34c0fd67c3
child 21453
a90cf329cd48
--- a/libpurple/protocols/jabber/usermood.c	Sun Oct 14 19:52:54 2007 +0000
+++ b/libpurple/protocols/jabber/usermood.c	Sun Oct 14 20:53:40 2007 +0000
@@ -201,7 +201,7 @@
 						  _("Set"), G_CALLBACK(do_mood_set_from_fields),
 						  _("Cancel"), NULL,
 						  purple_connection_get_account(gc), NULL, NULL,
-						  PURPLE_REQUEST_HINT_BLIST, gc);
+						  PURPLE_REQUEST_UI_HINT_BLIST, gc);
 	
 }
 

mercurial