aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-splash.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-12-13 07:01:40 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-12-13 07:01:40 +0800
commitf594c3ec304f3a4b45fddab0b636b9f7967d1162 (patch)
tree9e7682e16a556e1650f1765607a3badcce06a7ef /shell/e-splash.c
parent9195d5465ee135ac9451f836d1075bdcd7cac8c2 (diff)
downloadgsoc2013-evolution-f594c3ec304f3a4b45fddab0b636b9f7967d1162.tar
gsoc2013-evolution-f594c3ec304f3a4b45fddab0b636b9f7967d1162.tar.gz
gsoc2013-evolution-f594c3ec304f3a4b45fddab0b636b9f7967d1162.tar.bz2
gsoc2013-evolution-f594c3ec304f3a4b45fddab0b636b9f7967d1162.tar.lz
gsoc2013-evolution-f594c3ec304f3a4b45fddab0b636b9f7967d1162.tar.xz
gsoc2013-evolution-f594c3ec304f3a4b45fddab0b636b9f7967d1162.tar.zst
gsoc2013-evolution-f594c3ec304f3a4b45fddab0b636b9f7967d1162.zip
Return TRUE as we have handled the event.
2000-12-12 Jeffrey Stedfast <fejj@helixcode.com> * e-splash.c (button_press_event): Return TRUE as we have handled the event. svn path=/trunk/; revision=6946
Diffstat (limited to 'shell/e-splash.c')
-rw-r--r--shell/e-splash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-splash.c b/shell/e-splash.c
index 812166fa29..ce6aaae6b7 100644
--- a/shell/e-splash.c
+++ b/shell/e-splash.c
@@ -264,6 +264,8 @@ button_press_event (GtkWidget *widget, GdkEventButton *event, gpointer data)
ESplash *splash = (ESplash *) data;
gtk_widget_hide (GTK_WIDGET (splash));
+
+ return TRUE;
}