--- a/src/protocols/jabber/jabber.c Thu Dec 01 20:09:27 2005 +0000 +++ b/src/protocols/jabber/jabber.c Thu Dec 01 21:13:48 2005 +0000 @@ -1169,17 +1169,17 @@ GaimPluginAction *act; act = gaim_plugin_action_new(_("Set User Info..."), - jabber_setup_set_info); + jabber_setup_set_info); m = g_list_append(m, act); /* if (js->protocol_options & CHANGE_PASSWORD) { */ act = gaim_plugin_action_new(_("Change Password..."), - jabber_password_change); + jabber_password_change); m = g_list_append(m, act); /* } */ act = gaim_plugin_action_new(_("Search for Users..."), - jabber_user_search_begin); + jabber_user_search_begin); m = g_list_append(m, act); return m;