comparison libpurple/protocols/jabber/usermood.c @ 21086:8c9aad9479c0

Removed request stuff - now on pidgin-request-ui-hint
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 10 Oct 2007 22:57:51 +0000
parents 285bb637a2b7
children fc80a99f6f40 cab348e39751
comparison
equal deleted inserted replaced
21077:488796f5ba33 21086:8c9aad9479c0
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);