From 4158f7bd053fdc20e763243eded656c401d305e3 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 25 Jan 2002 21:38:32 +0000 Subject: We need to return a value here. I think FALSE is fine (I hope). 2002-01-25 Jeffrey Stedfast * mail-account-gui.c (delete_event_cb): We need to return a value here. I think FALSE is fine (I hope). svn path=/trunk/; revision=15476 --- mail/mail-account-gui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/mail-account-gui.c') diff --git a/mail/mail-account-gui.c b/mail/mail-account-gui.c index f731e174c9..f28ee8eb7e 100644 --- a/mail/mail-account-gui.c +++ b/mail/mail-account-gui.c @@ -1056,6 +1056,8 @@ static int delete_event_cb (GtkWidget *w, GdkEvent *event, ESignatureEditor *editor) { do_exit (editor); + + return FALSE; } static void -- cgit v1.2.3