comparison libpurple/protocols/jabber/usermood.c @ 21235:fba1f6c3df0b

Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 14 Oct 2007 18:07:19 +0000
parents b9680933c2c6
children 73c5f5bfeb39 a20ef7180680
comparison
equal deleted inserted replaced
21234:aabe638f56d9 21235:fba1f6c3df0b
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 "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);