aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-gui.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-01-26 05:38:32 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-01-26 05:38:32 +0800
commit4158f7bd053fdc20e763243eded656c401d305e3 (patch)
tree36fde29bcdd5d9160a5ff1b34201ba7358dc669b /mail/mail-account-gui.c
parentcf8038f6dd6c638cf4b2c68765da88722a9a01da (diff)
downloadgsoc2013-evolution-4158f7bd053fdc20e763243eded656c401d305e3.tar
gsoc2013-evolution-4158f7bd053fdc20e763243eded656c401d305e3.tar.gz
gsoc2013-evolution-4158f7bd053fdc20e763243eded656c401d305e3.tar.bz2
gsoc2013-evolution-4158f7bd053fdc20e763243eded656c401d305e3.tar.lz
gsoc2013-evolution-4158f7bd053fdc20e763243eded656c401d305e3.tar.xz
gsoc2013-evolution-4158f7bd053fdc20e763243eded656c401d305e3.tar.zst
gsoc2013-evolution-4158f7bd053fdc20e763243eded656c401d305e3.zip
We need to return a value here. I think FALSE is fine (I hope).
2002-01-25 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'mail/mail-account-gui.c')
-rw-r--r--mail/mail-account-gui.c2
1 files changed, 2 insertions, 0 deletions
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