comparison libpurple/protocols/jabber/usermood.c @ 21099:51cf02dbdb0e

disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:30:03 +0000
parents cab348e39751
children fcb848b2d669
comparison
equal deleted inserted replaced
21095:cab348e39751 21099:51cf02dbdb0e
174 field = purple_request_field_string_new("text", 174 field = purple_request_field_string_new("text",
175 _("Description"), NULL, 175 _("Description"), NULL,
176 FALSE); 176 FALSE);
177 purple_request_field_group_add_field(group, field); 177 purple_request_field_group_add_field(group, field);
178 178
179 purple_request_fields_with_hint(gc, _("Edit User Mood"), 179 purple_request_fields(gc, _("Edit User Mood"),
180 _("Edit User Mood"), 180 _("Edit User Mood"),
181 _("Please select your mood from the list."), 181 _("Please select your mood from the list."),
182 fields, 182 fields,
183 _("Set"), G_CALLBACK(do_mood_set_from_fields), 183 _("Set"), G_CALLBACK(do_mood_set_from_fields),
184 _("Cancel"), NULL, 184 _("Cancel"), NULL,
185 purple_connection_get_account(gc), NULL, NULL, 185 purple_connection_get_account(gc), NULL, NULL,
186 "blist", gc); 186 gc);
187 187
188 } 188 }
189 189
190 void jabber_mood_init_action(GList **m) { 190 void jabber_mood_init_action(GList **m) {
191 PurplePluginAction *act = purple_plugin_action_new(_("Set Mood..."), do_mood_set_mood); 191 PurplePluginAction *act = purple_plugin_action_new(_("Set Mood..."), do_mood_set_mood);