changeset 569:f0ee6f19cdf5

Added 'delete' button to the filter editor.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Mar 2007 19:59:01 +0000
parents 3a9e2819a520
children 7c3ffc8365f9
files xmms-sid.glade
diffstat 1 files changed, 39 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/xmms-sid.glade	Thu Mar 15 02:28:04 2007 +0000
+++ b/xmms-sid.glade	Thu Mar 15 19:59:01 2007 +0000
@@ -1138,7 +1138,7 @@
 		<class>GtkTable</class>
 		<name>table3</name>
 		<rows>2</rows>
-		<columns>2</columns>
+		<columns>3</columns>
 		<homogeneous>True</homogeneous>
 		<row_spacing>0</row_spacing>
 		<column_spacing>0</column_spacing>
@@ -1150,6 +1150,34 @@
 
 		<widget>
 		  <class>GtkButton</class>
+		  <name>cfg_sp2_filter_export</name>
+		  <can_default>True</can_default>
+		  <can_focus>True</can_focus>
+		  <signal>
+		    <name>clicked</name>
+		    <handler>xs_cfg_sp2_filter_export</handler>
+		    <last_modification_time>Mon, 26 Feb 2007 13:44:12 GMT</last_modification_time>
+		  </signal>
+		  <label>Export</label>
+		  <relief>GTK_RELIEF_NORMAL</relief>
+		  <child>
+		    <left_attach>2</left_attach>
+		    <right_attach>3</right_attach>
+		    <top_attach>1</top_attach>
+		    <bottom_attach>2</bottom_attach>
+		    <xpad>0</xpad>
+		    <ypad>0</ypad>
+		    <xexpand>False</xexpand>
+		    <yexpand>False</yexpand>
+		    <xshrink>False</xshrink>
+		    <yshrink>False</yshrink>
+		    <xfill>True</xfill>
+		    <yfill>False</yfill>
+		  </child>
+		</widget>
+
+		<widget>
+		  <class>GtkButton</class>
 		  <name>cfg_sp2_filter_load</name>
 		  <can_default>True</can_default>
 		  <can_focus>True</can_focus>
@@ -1217,8 +1245,8 @@
 		  <label>Import</label>
 		  <relief>GTK_RELIEF_NORMAL</relief>
 		  <child>
-		    <left_attach>0</left_attach>
-		    <right_attach>1</right_attach>
+		    <left_attach>1</left_attach>
+		    <right_attach>2</right_attach>
 		    <top_attach>1</top_attach>
 		    <bottom_attach>2</bottom_attach>
 		    <xpad>0</xpad>
@@ -1234,21 +1262,21 @@
 
 		<widget>
 		  <class>GtkButton</class>
-		  <name>cfg_sp2_filter_export</name>
+		  <name>cfg_sp2_filter_delete</name>
 		  <can_default>True</can_default>
 		  <can_focus>True</can_focus>
 		  <signal>
 		    <name>clicked</name>
-		    <handler>xs_cfg_sp2_filter_export</handler>
-		    <last_modification_time>Mon, 26 Feb 2007 13:44:12 GMT</last_modification_time>
+		    <handler>xs_cfg_sp2_filter_delete</handler>
+		    <last_modification_time>Thu, 15 Mar 2007 19:56:29 GMT</last_modification_time>
 		  </signal>
-		  <label>Export</label>
+		  <label>Delete</label>
 		  <relief>GTK_RELIEF_NORMAL</relief>
 		  <child>
-		    <left_attach>1</left_attach>
-		    <right_attach>2</right_attach>
-		    <top_attach>1</top_attach>
-		    <bottom_attach>2</bottom_attach>
+		    <left_attach>2</left_attach>
+		    <right_attach>3</right_attach>
+		    <top_attach>0</top_attach>
+		    <bottom_attach>1</bottom_attach>
 		    <xpad>0</xpad>
 		    <ypad>0</ypad>
 		    <xexpand>False</xexpand>