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 <[EMAIL PROTECTED]>: * 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> _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.