--- a/src/away.c Fri Sep 03 21:58:30 2004 +0000 +++ b/src/away.c Sat Sep 04 03:33:16 2004 +0000 @@ -362,7 +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, -1, g_strdup(a->name), 2, + gaim_request_action(NULL, NULL, _("Remove Away Message"), text, + GAIM_DEFAULT_ACTION_NONE, g_strdup(a->name), 2, _("Remove"), G_CALLBACK(do_rem_away_mess), _("Cancel"), G_CALLBACK(g_free));