diff libpurple/protocols/jabber/usermood.c @ 21095:cab348e39751

disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 00:26:00 +0000
parents 8c9aad9479c0
children 84b9b98070e5 51cf02dbdb0e
line wrap: on
line diff
--- a/libpurple/protocols/jabber/usermood.c	Wed Oct 10 22:57:51 2007 +0000
+++ b/libpurple/protocols/jabber/usermood.c	Sun Oct 14 00:26:00 2007 +0000
@@ -176,14 +176,14 @@
 											FALSE);
 	purple_request_field_group_add_field(group, field);
 	
-	purple_request_fields(gc, _("Edit User Mood"),
+	purple_request_fields_with_hint(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,
-						  gc);
+						  "blist", gc);
 	
 }