src/away.c

changeset 9976
5fceb5de48b8
parent 9948
2642975ffb85
child 9991
a02e6b4e0959
--- 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));
 

mercurial