comparison libpurple/protocols/jabber/usermood.c @ 21335:d4f95419be45

disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:01:12 +0000
parents a20ef7180680
children 8ae227dca885
comparison
equal deleted inserted replaced
21244:a20ef7180680 21335:d4f95419be45
199 _("Please select your mood from the list."), 199 _("Please select your mood from the list."),
200 fields, 200 fields,
201 _("Set"), G_CALLBACK(do_mood_set_from_fields), 201 _("Set"), G_CALLBACK(do_mood_set_from_fields),
202 _("Cancel"), NULL, 202 _("Cancel"), NULL,
203 purple_connection_get_account(gc), NULL, NULL, 203 purple_connection_get_account(gc), NULL, NULL,
204 PURPLE_REQUEST_UI_HINT_BLIST, gc); 204 PURPLE_REQUEST_HINT_BLIST, gc);
205 205
206 } 206 }
207 207
208 void jabber_mood_init_action(GList **m) { 208 void jabber_mood_init_action(GList **m) {
209 PurplePluginAction *act = purple_plugin_action_new(_("Set Mood..."), do_mood_set_mood); 209 PurplePluginAction *act = purple_plugin_action_new(_("Set Mood..."), do_mood_set_mood);