changeset 587:29a811fcdf15

Added 'delete' event to all Gtk dialog windows.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Mar 2007 15:11:05 +0000
parents 2063c91fe493
children 15d511ab290a
files xmms-sid.glade
diffstat 1 files changed, 27 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xmms-sid.glade	Wed Mar 21 13:59:02 2007 +0000
+++ b/xmms-sid.glade	Thu Mar 22 15:11:05 2007 +0000
@@ -2755,8 +2755,8 @@
 	  <initial_choice>0</initial_choice>
 	  <child>
 	    <padding>0</padding>
-	    <expand>True</expand>
-	    <fill>True</fill>
+	    <expand>False</expand>
+	    <fill>False</fill>
 	  </child>
 	</widget>
 
@@ -2978,6 +2978,11 @@
   <class>GtkFileSelection</class>
   <name>xs_sldbfileselector</name>
   <border_width>10</border_width>
+  <signal>
+    <name>delete_event</name>
+    <handler>xs_sldbfileselector_delete</handler>
+    <last_modification_time>Thu, 22 Mar 2007 15:08:51 GMT</last_modification_time>
+  </signal>
   <title>Select HVSC song length database</title>
   <type>GTK_WINDOW_TOPLEVEL</type>
   <position>GTK_WIN_POS_NONE</position>
@@ -3022,6 +3027,11 @@
   <class>GtkFileSelection</class>
   <name>xs_stilfileselector</name>
   <border_width>10</border_width>
+  <signal>
+    <name>delete_event</name>
+    <handler>xs_stilfileselector_delete</handler>
+    <last_modification_time>Thu, 22 Mar 2007 15:09:06 GMT</last_modification_time>
+  </signal>
   <title>Select STIL-database </title>
   <type>GTK_WINDOW_TOPLEVEL</type>
   <position>GTK_WIN_POS_NONE</position>
@@ -3066,6 +3076,11 @@
   <class>GtkFileSelection</class>
   <name>xs_hvscpathselector</name>
   <border_width>10</border_width>
+  <signal>
+    <name>delete_event</name>
+    <handler>xs_hvscpathselector_delete</handler>
+    <last_modification_time>Thu, 22 Mar 2007 15:09:24 GMT</last_modification_time>
+  </signal>
   <title>Select HVSC location prefix</title>
   <type>GTK_WINDOW_TOPLEVEL</type>
   <position>GTK_WIN_POS_NONE</position>
@@ -3110,6 +3125,11 @@
   <class>GtkFileSelection</class>
   <name>xs_filterimportselector</name>
   <border_width>10</border_width>
+  <signal>
+    <name>delete_event</name>
+    <handler>xs_filterimportselector_delete</handler>
+    <last_modification_time>Thu, 22 Mar 2007 15:09:39 GMT</last_modification_time>
+  </signal>
   <title>Select SIDPlay2 filters file for importing</title>
   <type>GTK_WINDOW_TOPLEVEL</type>
   <position>GTK_WIN_POS_NONE</position>
@@ -3154,6 +3174,11 @@
   <class>GtkFileSelection</class>
   <name>xs_filterexportselector</name>
   <border_width>10</border_width>
+  <signal>
+    <name>delete_event</name>
+    <handler>xs_filterexportselector_delete</handler>
+    <last_modification_time>Thu, 22 Mar 2007 15:09:49 GMT</last_modification_time>
+  </signal>
   <title>Select SIDPlay2 filters file for exporting</title>
   <type>GTK_WINDOW_TOPLEVEL</type>
   <position>GTK_WIN_POS_NONE</position>