Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Utils.py
diff options
context:
space:
mode:
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)