diff src/protocols/oscar/oscar.c @ 9972:2c7c6bdb938b

[gaim-migrate @ 10883] Some stuff committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Sep 2004 02:47:13 +0000
parents ab5db2c5da79
children 09ed9a574761
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Wed Sep 08 02:33:53 2004 +0000
+++ b/src/protocols/oscar/oscar.c	Wed Sep 08 02:47:13 2004 +0000
@@ -3473,7 +3473,8 @@
 							  "the two computers and is necessary for IM "
 							  "Images.  Because your IP address will be "
 							  "revealed, this may be considered a privacy "
-							  "risk."), 0, d, 2,
+							  "risk."),
+							GAIM_DEFAULT_ACTION_NONE, d, 2,
 							_("Connect"), G_CALLBACK(accept_direct_im_request),
 							_("Cancel"), G_CALLBACK(destroy_direct_im_request));
 							/* FIXME: we should actually send a packet on cancel */
@@ -3788,7 +3789,7 @@
 					gaim_request_action(gc, NULL, message,
 										_("Do you want to add this buddy "
 										  "to your buddy list?"),
-										0, data, 2,
+										GAIM_DEFAULT_ACTION_NONE, data, 2,
 										_("Add"), G_CALLBACK(gaim_icq_buddyadd),
 										_("Decline"), G_CALLBACK(oscar_free_name_data));
 					g_free(message);
@@ -6272,7 +6273,7 @@
 	data->nick = NULL;
 
 	gaim_request_action(gc, NULL, _("Authorization Request"), dialog_msg,
-						0, data, 2,
+						GAIM_DEFAULT_ACTION_NONE, data, 2,
 						_("Authorize"), G_CALLBACK(gaim_auth_grant),
 						_("Deny"), G_CALLBACK(gaim_auth_dontgrant_msgprompt));
 
@@ -6511,7 +6512,7 @@
 	return "aim";
 }
 
-static void oscar_list_emblems(GaimBuddy *b, char **se, char **sw, char **nw, char **ne)
+static void oscar_list_emblems(GaimBuddy *b, const char **se, const char **sw, const char **nw, const char **ne)
 {
 	GaimAccount *account = NULL;
 	GaimConnection *gc = NULL;