libpurple/protocols/jabber/usermood.c

changeset 21171
c6934783d152
parent 20685
039aef89faf6
child 21172
97f1a22adfcf
child 21174
8ba833993a11
--- a/libpurple/protocols/jabber/usermood.c	Tue Oct 09 18:01:51 2007 +0000
+++ b/libpurple/protocols/jabber/usermood.c	Wed Oct 10 22:57:51 2007 +0000
@@ -176,14 +176,14 @@
 											FALSE);
 	purple_request_field_group_add_field(group, field);
 	
-	purple_request_fields_with_hint(gc, _("Edit User Mood"),
+	purple_request_fields(gc, _("Edit User Mood"),
 						  _("Edit User Mood"),
 						  _("Please select your mood from the list."),
 						  fields,
 						  _("Set"), G_CALLBACK(do_mood_set_from_fields),
 						  _("Cancel"), NULL,
 						  purple_connection_get_account(gc), NULL, NULL,
-						  "blist", gc);
+						  gc);
 	
 }
 

mercurial