[Epiphany] Prefs glade patch



Hi,

Patch attached to fix the accesskey clash in Advanced prefs between
"Clear Cache" and "Close" and also to make the spin button increment in
somewhat less than 1GB steps :)

Marco, could you checkin if it looks ok to you?

-spark
Index: data/glade/prefs-dialog.glade
===================================================================
RCS file: /cvs/gnome/epiphany/data/glade/prefs-dialog.glade,v
retrieving revision 1.17
diff -u -r1.17 prefs-dialog.glade
--- data/glade/prefs-dialog.glade	12 Jun 2003 08:58:07 -0000	1.17
+++ data/glade/prefs-dialog.glade	13 Jun 2003 13:37:04 -0000
@@ -1669,7 +1669,7 @@
 					  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 					  <property name="snap_to_ticks">False</property>
 					  <property name="wrap">False</property>
-					  <property name="adjustment">0 0 1e+06 1000 10 10</property>
+					  <property name="adjustment">0 0 1e+06 1 10 10</property>
 					</widget>
 					<packing>
 					  <property name="padding">0</property>
@@ -1716,7 +1716,7 @@
 					<widget class="GtkButton" id="clear_cache_button">
 					  <property name="visible">True</property>
 					  <property name="can_focus">True</property>
-					  <property name="label" translatable="yes">_Clear Cache</property>
+					  <property name="label" translatable="yes">Cl_ear Cache</property>
 					  <property name="use_underline">True</property>
 					  <property name="relief">GTK_RELIEF_NORMAL</property>
 					  <signal name="clicked" handler="prefs_clear_cache_button_clicked_cb" last_modification_time="Sat, 07 Jun 2003 11:07:21 GMT"/>
@@ -1856,7 +1856,7 @@
 			  <child>
 			    <widget class="GtkLabel" id="label1206">
 			      <property name="visible">True</property>
-			      <property name="label" translatable="yes">Default _encoding:</property>
+			      <property name="label" translatable="yes">_Default encoding:</property>
 			      <property name="use_underline">True</property>
 			      <property name="use_markup">False</property>
 			      <property name="justify">GTK_JUSTIFY_CENTER</property>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/epiphany/ChangeLog,v
retrieving revision 1.542
diff -u -r1.542 ChangeLog
--- ChangeLog	12 Jun 2003 22:29:50 -0000	1.542
+++ ChangeLog	13 Jun 2003 13:37:35 -0000
@@ -1,3 +1,10 @@
+2003-06-13  Piers Cornwell  <piersc@cogs.susx.ac.uk>
+
+	* data/glade/prefs-dialog.glade:
+
+	Lower the increments for the cache size spin button and
+	further accesskey fixing.
+
 2003-06-13  Marco Pesenti Gritti  <marco@it.gnome.org>
 
 	* embed/mozilla/ProgressListener.cpp:


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