diff src/away.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 cc4b2125d05d
line wrap: on
line diff
--- a/src/away.c	Wed Sep 08 03:33:37 2004 +0000
+++ b/src/away.c	Wed Sep 08 03:59:17 2004 +0000
@@ -362,8 +362,8 @@
 
 	text = g_strdup_printf(_("Are you sure you want to remove the away message \"%s\"?"), a->name);
 
-	gaim_request_action(NULL, NULL, _("Remove Away Message"), text, 
-						GAIM_DEFAULT_ACTION_NONE, g_strdup(a->name), 2,
+	gaim_request_action(NULL, NULL, _("Remove Away Message"), text,
+						0, g_strdup(a->name), 2,
 						_("Remove"), G_CALLBACK(do_rem_away_mess),
 						_("Cancel"), G_CALLBACK(g_free));