libpurple/protocols/jabber/usermood.c

changeset 20684
4daaf3284863
parent 19994
854d2a4c99b6
parent 19998
1eb3dcc81314
child 20685
039aef89faf6
equal deleted inserted replaced
20665:b47c4fe72d16 20684:4daaf3284863
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 gc); 186 "blist", 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);

mercurial