From 6688e13e955153924c1919a644ac46e3e3adff6a Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 21 Feb 2010 15:45:43 +0000 Subject: moving selectors to icons --- (limited to 'tawindow.py') diff --git a/tawindow.py b/tawindow.py index b650e31..703c668 100644 --- a/tawindow.py +++ b/tawindow.py @@ -457,9 +457,9 @@ class TurtleArtWindow(): svg = SVG() x, y = 50, 0 for i, name in enumerate(PALETTE_NAMES): - a = svg_str_to_pixbuf(svg_from_file("%s/images/%soff.svg" % ( + a = svg_str_to_pixbuf(svg_from_file("%s/icons/%soff.svg" % ( self.path, name))) - b = svg_str_to_pixbuf(svg_from_file("%s/images/%son.svg" % ( + b = svg_str_to_pixbuf(svg_from_file("%s/icons/%son.svg" % ( self.path, name))) self.selector_shapes.append([a,b]) self.selectors.append(Sprite(self.sprite_list, x, y, a)) -- cgit v0.9.1