Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-08-03 19:06:48 (GMT)
committer Nat <natcl@hotmail.com>2007-08-03 19:06:48 (GMT)
commit10c00393d1610ad82e8b19f3ad1547ca4afc61c8 (patch)
treebd4cf129920b308da7a3b19b36d23bfca2d7762f /SynthLab
parent75f5eb23410b31d120fd462fcadf36cb9cee7b71 (diff)
Moved synthlab icons
Diffstat (limited to 'SynthLab')
-rw-r--r--SynthLab/SynthLabWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SynthLab/SynthLabWindow.py b/SynthLab/SynthLabWindow.py
index 8856699..e9d625f 100644
--- a/SynthLab/SynthLabWindow.py
+++ b/SynthLab/SynthLabWindow.py
@@ -1190,7 +1190,7 @@ class SynthLabWindow(SubActivity):
self.pixmap = [ [], [], [], [] ]
def loadImg( type, img ):
- pix = gtk.gdk.pixbuf_new_from_file(Config.IMAGE_ROOT + img + '.svg')
+ pix = gtk.gdk.pixbuf_new_from_file(Config.TAM_TAM_ROOT + '/icons/sl-' + img + '.svg')
map = gtk.gdk.Pixmap( win, pix.get_width(), pix.get_height() )
map.draw_rectangle( gc, True, 0, 0, pix.get_width(), pix.get_height() )
map.draw_pixbuf( gc, pix, 0, 0, 0, 0, pix.get_width(), pix.get_height(), gtk.gdk.RGB_DITHER_NONE )