Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/InstrumentPanel.py
diff options
context:
space:
mode:
authorNat <Nat@localhost.localdomain>2007-02-12 19:20:56 (GMT)
committer Nat <Nat@localhost.localdomain>2007-02-12 19:20:56 (GMT)
commit1d15172e215d42c7cdf82893f1216ab449a9c1bc (patch)
tree7ebf93ea00ba265a262fd9e97f1ef12f535f1129 /Util/InstrumentPanel.py
parented12c41b6edb0a26c861790a79918757807825e9 (diff)
Renamed Player to miniTamTam
Diffstat (limited to 'Util/InstrumentPanel.py')
-rw-r--r--Util/InstrumentPanel.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Util/InstrumentPanel.py b/Util/InstrumentPanel.py
index b47563b..6be16eb 100644
--- a/Util/InstrumentPanel.py
+++ b/Util/InstrumentPanel.py
@@ -62,7 +62,8 @@ class InstrumentPanel(gtk.EventBox):
self.scrollWin = gtk.ScrolledWindow()
self.scrollWin.set_policy(gtk.POLICY_NEVER,gtk.POLICY_AUTOMATIC)
- color = gtk.gdk.color_parse('#FFFFFF')
+
+ color = self.scrollWin.get_colormap().alloc_color('#FFFFFF',True,True)
self.scrollWin.modify_bg(gtk.STATE_NORMAL, color)
self.instTable = gtk.Table(rows,cols,True)