Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sprite_factory.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-09-27 16:54:24 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-09-27 16:54:24 (GMT)
commitbf6f571c579772a69aed4b0487089df9bf15d4a1 (patch)
treeb0afd5c88f9784fdbe36ab2228f3c6a5c56b6256 /sprite_factory.py
parenta9282caa89f1ed03c975efcd6ca3252137e15eb3 (diff)
more robust copy/paste processing
Diffstat (limited to 'sprite_factory.py')
-rw-r--r--sprite_factory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sprite_factory.py b/sprite_factory.py
index 2f06057..08adcb9 100644
--- a/sprite_factory.py
+++ b/sprite_factory.py
@@ -150,7 +150,7 @@ class Tab():
def __init__(self, sprites, path, name, x, y, w, h):
self.spr = Sprite(sprites, x, y, file_to_pixbuf(path, name, w, h))
self.spr.label = "1.0"
-
+ self.name = name
def file_to_pixbuf(path, name, w, h):
""" Load pixbuf from a file. """