diff src/protocols/msn/userlist.c @ 9976:f4ff7d2b9b2c

[gaim-migrate @ 10887] Dave West fixed a few things from his patch to remove the default action for certain dialogs that pop-up committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Sep 2004 03:59:17 +0000
parents b13013595c08
children 86a6d78b070b
line wrap: on
line diff
--- a/src/protocols/msn/userlist.c	Wed Sep 08 03:33:37 2004 +0000
+++ b/src/protocols/msn/userlist.c	Wed Sep 08 03:59:17 2004 +0000
@@ -70,8 +70,7 @@
 }
 
 static void
-got_new_entry(GaimConnection *gc, const char *passport,
-			  const char *friendly)
+got_new_entry(GaimConnection *gc, const char *passport, const char *friendly)
 {
 	MsnPermitAdd *pa;
 	char *msg;
@@ -96,7 +95,7 @@
 				   passport, gaim_account_get_username(gc->account));
 	}
 
-	gaim_request_action(gc, NULL, msg, NULL, 
+	gaim_request_action(gc, NULL, msg, NULL,
 						GAIM_DEFAULT_ACTION_NONE, pa, 2,
 						_("Authorize"), G_CALLBACK(msn_accept_add_cb),
 						_("Deny"), G_CALLBACK(msn_cancel_add_cb));