| 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); |