From 143c616b5a588879a86d10df2343b54ac15241e0 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Mon, 19 Jan 2009 23:43:07 +0000 Subject: ... --- (limited to 'Utils.py') 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) -- cgit v0.9.1