Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Utils.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-01-19 23:43:07 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-01-21 11:51:11 (GMT)
commit143c616b5a588879a86d10df2343b54ac15241e0 (patch)
tree5a293f53096e2d94d46231d7e31a454fd32a8a8f /Utils.py
parent2f6cfeaa40169abc01069a2ee98134d474ca632b (diff)
...
Diffstat (limited to 'Utils.py')
-rw-r--r--Utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utils.py b/Utils.py
index 83c38f4..e8dcc64 100644
--- a/Utils.py
+++ b/Utils.py
@@ -126,7 +126,7 @@ class TempoSlider(gtk.HBox):
if not self._pixbuf[img]:
self._pixbuf[img] = gtk.gdk.pixbuf_new_from_file_at_size(
- os.path.join(get_bundle_path(), 'images/icons/tempo' +
+ os.path.join(get_bundle_path(), 'icons/tempo' +
str(img+1) + '.svg'),
style.STANDARD_ICON_SIZE, style.STANDARD_ICON_SIZE)