[gnumeric] GUI: make undo/redo visible in vertical toolbar mode.



commit fc5789a018b0cce554f0583050017c43167e72a0
Author: Morten Welinder <terra gnome org>
Date:   Wed Aug 5 19:19:53 2009 -0400

    GUI: make undo/redo visible in vertical toolbar mode.

 ChangeLog                     |    5 +++++
 NEWS                          |    1 +
 src/GNOME_Gnumeric-gtk.xml.in |    2 ++
 3 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0d3dc2e..ec3d2ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-05  Morten Welinder  <terra gnome org>
+
+	* src/GNOME_Gnumeric-gtk.xml.in: Add VUndo and VRedo.  See bug
+	#590889.
+
 2009-08-05 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* src/wbc-gtk-actions.c: Change action names 
diff --git a/NEWS b/NEWS
index 38df0cf..cb5457f 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,7 @@ Morten:
 	* Fix translation textdomain confusion.  [#588110]
 	* Avoid using gtk_tree_view_column_get_cell_renderers.  [#589105]
 	* Fix DEC2HEX and friends for large values.  [#588997]
+	* Make undo/redo visible for vertical toolbar.
 
 --------------------------------------------------------------------------
 Gnumeric 1.9.9
diff --git a/src/GNOME_Gnumeric-gtk.xml.in b/src/GNOME_Gnumeric-gtk.xml.in
index 6417be1..82fa043 100644
--- a/src/GNOME_Gnumeric-gtk.xml.in
+++ b/src/GNOME_Gnumeric-gtk.xml.in
@@ -253,7 +253,9 @@
     <toolitem action="EditPaste"/>
     <separator name="std-sep3"/>
     <toolitem action="Undo"/>
+    <toolitem action="VUndo"/>
     <toolitem action="Redo"/>
+    <toolitem action="VRedo"/>
     <separator name="std-sep4"/>
     <toolitem action="InsertHyperlink"/>
     <toolitem action="AutoSum"/>



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