[gnome-games] sodoku: gi port, colors now working



commit 8acc5446249bf60f6e1129762e875739569e2d37
Author: John Stowers <john stowers gmail com>
Date:   Sun May 1 12:06:40 2011 +1200

    sodoku: gi port, colors now working

 gnome-sudoku/src/lib/number_box.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-sudoku/src/lib/number_box.py b/gnome-sudoku/src/lib/number_box.py
index 6f20036..631fe7b 100644
--- a/gnome-sudoku/src/lib/number_box.py
+++ b/gnome-sudoku/src/lib/number_box.py
@@ -21,7 +21,7 @@ NOTE_FONT_SIZE = Pango.SCALE * 6
 BORDER_WIDTH = 9.0 # The size of space we leave for a box
 NORMAL_LINE_WIDTH = 1 # The size of the line we draw around a box
 
-DEBUG_COLORS = True
+DEBUG_COLORS = False
 
 def debug_set_color_rgba(cr, rgba):
     COLORS = ("red","green","blue","yellow","purple","wheat","maroon","gray")



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