[gnome-games/sudoku-tube] Careless duplicate call
- From: Zhang Sen <zhangsen src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games/sudoku-tube] Careless duplicate call
- Date: Tue, 21 Jul 2009 10:44:12 +0000 (UTC)
commit 7f5405c1ca1c751d013536c0da120ab703ed9764
Author: Zhang Sen <zh jesse gmail com>
Date: Tue Jul 21 18:39:07 2009 +0800
Careless duplicate call
gnome-sudoku/src/lib/main.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-sudoku/src/lib/main.py b/gnome-sudoku/src/lib/main.py
index 73760fa..42670d8 100644
--- a/gnome-sudoku/src/lib/main.py
+++ b/gnome-sudoku/src/lib/main.py
@@ -127,7 +127,6 @@ class UI (gconf_wrapper.GConfWrapper):
self._main_grid_vew.connect_to_model(self._main_model)
self._main_grid_vew.connect_to_notes_model(self._notes_model)
- self._post_open_setup()
def _open_saved_game(self, jar):
virgin, in_prog = jar["game"].split('\n')
@@ -534,7 +533,8 @@ class UI (gconf_wrapper.GConfWrapper):
return True
puzzle_diff = self._difficulty
- tot_string = _("Playing %(difficulty)s puzzle.") % {'difficulty':puzzle_diff.value_string()}
+ tot_string = _("Playing %(difficulty)s puzzle.") % {
+ 'difficulty': puzzle_diff.value_string()}
tot_string += " " + "(%1.2f)" % puzzle_diff.value
self.set_statusbar_value(tot_string)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]