[gnome-games] Remove fill and toggle highlight from the toolbar (they aren't required to play and are easily acces



commit 56888903ef22ea0d3d547b3f1b92889107b92ef7
Author: Robert Ancell <robert ancell gmail com>
Date:   Fri Apr 23 14:25:02 2010 +1000

    Remove fill and toggle highlight from the toolbar (they aren't required to play and are easily accessible from the toolbar)

 gnome-sudoku/src/lib/main.py |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gnome-sudoku/src/lib/main.py b/gnome-sudoku/src/lib/main.py
index 93a73e3..156384e 100644
--- a/gnome-sudoku/src/lib/main.py
+++ b/gnome-sudoku/src/lib/main.py
@@ -129,9 +129,7 @@ class UI (gconf_wrapper.GConfWrapper):
       <toolitem action="Redo"/>
       <separator/>
       <toolitem action="ShowPossible"/>
-      <toolitem action="AutofillCurrentSquare"/>
       <separator/>
-      <toolitem action="ToggleHighlight"/>
       <toolitem action="Tracker"/>
     </toolbar>
     </ui>'''
@@ -285,7 +283,7 @@ class UI (gconf_wrapper.GConfWrapper):
             ('ToggleHighlight', gtk.STOCK_SELECT_COLOR, _('_Highlighter'),
              None, _('Highlight the current row, column and box'), self.toggle_highlight_cb, False)
             ])
-            
+
         self.main_actions.get_action('Undo').set_is_important(True)
         self.main_actions.get_action('Redo').set_is_important(True)
         self.main_actions.get_action('ShowPossible').set_is_important(True)



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