diff src/protocols/jabber/jabber.c @ 12286:255e6912607b

[gaim-migrate @ 14590] Mostly whitespace, but a couple small typo fixes, and an A;B -> B;A; swap to be consistent in plugins/notify.c committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 01 Dec 2005 21:13:48 +0000
parents ecd471d1eeec
children 51898e3031e6
line wrap: on
line diff
--- 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;