diff options
| -rw-r--r-- | mixgtk/mixgtk.glade | 22 | 
1 files changed, 11 insertions, 11 deletions
diff --git a/mixgtk/mixgtk.glade b/mixgtk/mixgtk.glade index 6d7b057..9962eb7 100644 --- a/mixgtk/mixgtk.glade +++ b/mixgtk/mixgtk.glade @@ -450,8 +450,8 @@  	<can_focus>True</can_focus>  	<signal>  	  <name>switch_page</name> -	  <handler>mixgtk_mixal_update</handler> -	  <last_modification_time>Sat, 21 Apr 2001 20:24:38 GMT</last_modification_time> +	  <handler>on_notebook_switch_page</handler> +	  <last_modification_time>Thu, 21 Jun 2001 20:33:09 GMT</last_modification_time>  	</signal>  	<show_tabs>True</show_tabs>  	<show_border>True</show_border> @@ -1078,15 +1078,6 @@  	  </widget>  	  <widget> -	    <class>GtkHSeparator</class> -	    <name>hseparator3</name> -	    <x>6</x> -	    <y>1</y> -	    <width>627</width> -	    <height>16</height> -	  </widget> - -	  <widget>  	    <class>GtkRadioButton</class>  	    <name>lesser_radio</name>  	    <x>264</x> @@ -1125,6 +1116,15 @@  	    <draw_indicator>True</draw_indicator>  	    <group>cmp_group</group>  	  </widget> + +	  <widget> +	    <class>GtkHSeparator</class> +	    <name>hseparator3</name> +	    <x>6</x> +	    <y>1</y> +	    <width>627</width> +	    <height>16</height> +	  </widget>  	</widget>  	<widget>  | 
