comparison src/xs_genui.c @ 612:32fc27395220

About window wasn't handling delete_event properly, fixed; Cleaned up event handling a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Sep 2007 00:03:05 +0000
parents d9290bd40037
children 63f58960dd54
comparison
equal deleted inserted replaced
611:a751d2b85a7d 612:32fc27395220
7 #include "xs_genui.h" 7 #include "xs_genui.h"
8 #include "xs_interface.h" 8 #include "xs_interface.h"
9 #include "xs_glade.h" 9 #include "xs_glade.h"
10 10
11 11
12
13 gboolean
14 xs_confirmwin_delete (GtkWidget *widget,
15 GdkEvent *event,
16 gpointer user_data)
17 {
18
19 return FALSE;
20 }
21