# HG changeset patch # User Etan Reisner # Date 1133466935 0 # Node ID ecd471d1eeec11b4a473c4c76fa85d41551ff963 # Parent 4396691844e2d3cddeb86539b5d490491b1a7ab3 [gaim-migrate @ 14588] Some whitespace stuff, so it doesn't clutter up my next commit. committer: Tailor Script diff -r 4396691844e2 -r ecd471d1eeec src/protocols/jabber/buddy.c --- a/src/protocols/jabber/buddy.c Thu Dec 01 05:58:43 2005 +0000 +++ b/src/protocols/jabber/buddy.c Thu Dec 01 19:55:35 2005 +0000 @@ -1298,7 +1298,7 @@ const char *from; /* i forget, do i have to check for error? XXX */ - if(!(from= xmlnode_get_attrib(packet, "from"))) + if(!(from = xmlnode_get_attrib(packet, "from"))) return; diff -r 4396691844e2 -r ecd471d1eeec src/protocols/jabber/iq.c --- a/src/protocols/jabber/iq.c Thu Dec 01 05:58:43 2005 +0000 +++ b/src/protocols/jabber/iq.c Thu Dec 01 19:55:35 2005 +0000 @@ -318,9 +318,7 @@ } } - /* If we get here, send the default error reply mandated by XMPP-CORE */ - if(type && (!strcmp(type, "set") || !strcmp(type, "get"))) { JabberIq *iq = jabber_iq_new(js, JABBER_IQ_ERROR); diff -r 4396691844e2 -r ecd471d1eeec src/protocols/jabber/jabber.c --- a/src/protocols/jabber/jabber.c Thu Dec 01 05:58:43 2005 +0000 +++ b/src/protocols/jabber/jabber.c Thu Dec 01 19:55:35 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;