diff options
Diffstat (limited to 'shell/e-splash.c')
-rw-r--r-- | shell/e-splash.c | 2 |
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; } |