conduit r1290 - in trunk: . conduit/modules/GoogleModule



Author: thomasvm
Date: Fri Feb  8 22:40:06 2008
New Revision: 1290
URL: http://svn.gnome.org/viewvc/conduit?rev=1290&view=rev

Log:
2008-02-08  Thomas Van Machelen <thomas vanmachelen gmail com>:
	* conduit/modules/GoogleModule/youtube-config.glade: Switch position
	of the ok and cancel button.


Modified:
   trunk/ChangeLog
   trunk/conduit/modules/GoogleModule/youtube-config.glade

Modified: trunk/conduit/modules/GoogleModule/youtube-config.glade
==============================================================================
--- trunk/conduit/modules/GoogleModule/youtube-config.glade	(original)
+++ trunk/conduit/modules/GoogleModule/youtube-config.glade	Fri Feb  8 22:40:06 2008
@@ -35,30 +35,31 @@
 	  <child>
 	    <placeholder/>
 	  </child>
-
+	  
 	  <child>
-	    <widget class="GtkButton" id="button2">
+	    <widget class="GtkButton" id="button1">
 	      <property name="visible">True</property>
 	      <property name="can_focus">True</property>
-	      <property name="label">gtk-ok</property>
+	      <property name="label">gtk-cancel</property>
 	      <property name="use_stock">True</property>
 	      <property name="relief">GTK_RELIEF_NORMAL</property>
 	      <property name="focus_on_click">True</property>
-	      <property name="response_id">-5</property>
+	      <property name="response_id">-6</property>
 	    </widget>
 	  </child>
 
 	  <child>
-	    <widget class="GtkButton" id="button1">
+	    <widget class="GtkButton" id="button2">
 	      <property name="visible">True</property>
 	      <property name="can_focus">True</property>
-	      <property name="label">gtk-cancel</property>
+	      <property name="label">gtk-ok</property>
 	      <property name="use_stock">True</property>
 	      <property name="relief">GTK_RELIEF_NORMAL</property>
 	      <property name="focus_on_click">True</property>
-	      <property name="response_id">-6</property>
+	      <property name="response_id">-5</property>
 	    </widget>
 	  </child>
+
 	</widget>
 	<packing>
 	  <property name="padding">0</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]