libpurple/protocols/jabber/usermood.c

changeset 21630
591a79c1b295
parent 21453
a90cf329cd48
parent 21352
e10c4ea18f7c
child 22943
489cf7a4ac62
--- a/libpurple/protocols/jabber/usermood.c	Fri Nov 16 03:39:04 2007 +0000
+++ b/libpurple/protocols/jabber/usermood.c	Sat Nov 17 00:12:30 2007 +0000
@@ -194,14 +194,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,
-						  PURPLE_REQUEST_UI_HINT_BLIST, gc);
+						  gc);
 	
 }
 

mercurial