comparison xmms-sid.glade @ 577:fdddab8f0c1b

Scrubbing through the filter configuration code; Configuration dialog window delete event was not handled and caused problems if WM's "close window" was used, fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Mar 2007 13:43:00 +0000
parents b3a6a9e86653
children 2063c91fe493
comparison
equal deleted inserted replaced
576:7d08a5adc162 577:fdddab8f0c1b
22 </project> 22 </project>
23 23
24 <widget> 24 <widget>
25 <class>GtkWindow</class> 25 <class>GtkWindow</class>
26 <name>xs_configwin</name> 26 <name>xs_configwin</name>
27 <signal>
28 <name>delete_event</name>
29 <handler>xs_configwin_delete</handler>
30 <last_modification_time>Tue, 20 Mar 2007 13:23:53 GMT</last_modification_time>
31 </signal>
27 <title>XMMS-SID configuration</title> 32 <title>XMMS-SID configuration</title>
28 <type>GTK_WINDOW_DIALOG</type> 33 <type>GTK_WINDOW_DIALOG</type>
29 <position>GTK_WIN_POS_NONE</position> 34 <position>GTK_WIN_POS_NONE</position>
30 <modal>False</modal> 35 <modal>False</modal>
31 <allow_shrink>False</allow_shrink> 36 <allow_shrink>False</allow_shrink>