pidgin/gtkplugin.c

branch
soc.2013.gobjectification
changeset 34940
c0aef3b64c56
parent 34331
c8486462bb63
child 34449
bbcb198650b7
child 36701
5acd461707ae
--- a/pidgin/gtkplugin.c	Sat Sep 07 02:30:39 2013 +0530
+++ b/pidgin/gtkplugin.c	Thu Sep 12 19:08:48 2013 +0530
@@ -302,12 +302,11 @@
 			cb_data[2] = iter;
 
 			purple_request_action(plugin_dialog, NULL,
-			                    _("Multiple plugins will be unloaded."),
-			                    tmp->str, 0,
-								NULL, NULL, NULL,
-								cb_data, 2,
-			                    _("Unload Plugins"), G_CALLBACK(plugin_unload_confirm_cb),
-			                    _("Cancel"), g_free);
+				_("Multiple plugins will be unloaded."),
+				tmp->str, 0, NULL, cb_data, 2,
+				_("Unload Plugins"),
+				G_CALLBACK(plugin_unload_confirm_cb),
+				_("Cancel"), g_free);
 			g_string_free(tmp, TRUE);
 		}
 		else

mercurial