Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/color.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-09-13 18:49:27 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-09-13 18:49:27 (GMT)
commit28030274dea5adaac0266572d9666ccfedaf89da (patch)
treed630123487fe9e8add7f72a533bf6f2d2d8bb5b0 /color.py
parentf5ce8ae66dbcda8a6ac071a69dffbc68e63c4d27 (diff)
using system colors
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@507 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'color.py')
-rwxr-xr-xcolor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/color.py b/color.py
index 98a75ad..f38ac52 100755
--- a/color.py
+++ b/color.py
@@ -46,7 +46,7 @@ class Color:
def init_gdk(self, col):
- self.init_rgba( col._r, col._g, col._b, 255 )
+ self.init_hex( col.get_html() )
def init_hex(self, hex):