Re: New toolbar button ordering



Em Qui, 2002-05-09 ās 02:30, dave bordoley escreveu:
> It's really getting too late to make this change. This really will have
> to wait till post gnome 2 as ui and string freeze is next week.
> 

Well, there's still time until next week :)

The UI freeze date is May 13.

I'm attaching the patch. Calum, what do you think?

--
Evandro
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/nautilus/ChangeLog,v
retrieving revision 1.5277
diff -u -3 -p -u -p -r1.5277 ChangeLog
--- ChangeLog	2002/05/08 22:34:04	1.5277
+++ ChangeLog	2002/05/09 19:47:37
@@ -1,3 +1,7 @@
+2002-05-09  Evandro F. Giovanini  <evandrofg ig com br>
+
+	* src/nautilus-shell-ui.xml: New toolbar button ordering.
+
 2002-05-08  Alex Larsson  <alexl redhat com>
 
 	* data/browser.xml:
Index: src/nautilus-shell-ui.xml
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-shell-ui.xml,v
retrieving revision 1.92
diff -u -3 -p -u -p -r1.92 nautilus-shell-ui.xml
--- src/nautilus-shell-ui.xml	2002/05/08 16:34:33	1.92
+++ src/nautilus-shell-ui.xml	2002/05/09 19:47:39
@@ -302,15 +302,15 @@
 	          min_width="48"
 	          pixtype="stock" pixname="gtk-go-up"
 	          verb="Up"/>
-	<toolitem name="Stop" _label="Stop"
-	          min_width="48"
-	          pixtype="stock" pixname="gtk-stop"
-	          verb="Stop"/>	
 	<toolitem name="Reload"
 		  _label="Reload"
 	          min_width="48"
 	          pixtype="stock" pixname="gtk-refresh"
 		  verb="Reload"/>
+        <toolitem name="Stop" _label="Stop"
+                  min_width="48"
+                  pixtype="stock" pixname="gtk-stop"
+                  verb="Stop"/>
 
 	<separator/>
 


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