comparison src/xs_genui.c @ 282:0d2d379a83c0

Fixed nasty crash when closing fileinfo-window from window's closebutton - the window's delete_event was not being handled ... stupid :(
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 25 Dec 2004 11:11:00 +0000
parents 7a23dfef023d
children 19c89f9ca2cc
comparison
equal deleted inserted replaced
281:d913f0f69487 282:0d2d379a83c0
5 #include <gtk/gtk.h> 5 #include <gtk/gtk.h>
6 6
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
11