Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SliderPuzzleUI.py
diff options
context:
space:
mode:
authorC. Neves <cn@sueste.net>2007-10-26 23:16:11 (GMT)
committer C. Neves <cn@sueste.net>2007-10-26 23:16:11 (GMT)
commitdd27b3dfaa1565d3da4cd350f154c1533f9cc9d1 (patch)
treed8e19e6b69f5a81ea02abd72e3a30fa7c5ce60e5 /SliderPuzzleUI.py
parent6b4d9936ae50082d5b3c44cc76a64b61525dfe49 (diff)
Images where missing from the MANIFEST. Disabled buttons are now grayed out.
Diffstat (limited to 'SliderPuzzleUI.py')
-rw-r--r--SliderPuzzleUI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SliderPuzzleUI.py b/SliderPuzzleUI.py
index a1a5f99..3b2b035 100644
--- a/SliderPuzzleUI.py
+++ b/SliderPuzzleUI.py
@@ -89,7 +89,7 @@ COLOR_BG_BUTTONS = (
(gtk.STATE_ACTIVE,"#014D01"),
(gtk.STATE_PRELIGHT,"#016D01"),
(gtk.STATE_SELECTED,"#027F01"),
- (gtk.STATE_INSENSITIVE,"#027F01"),
+ (gtk.STATE_INSENSITIVE,"#CCCCCC"),
)
def prepare_btn(btn, w=-1, h=-1):