Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Char.py
diff options
context:
space:
mode:
Diffstat (limited to 'Char.py')
-rw-r--r--Char.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/Char.py b/Char.py
index 6450cd5..f69d54b 100644
--- a/Char.py
+++ b/Char.py
@@ -24,7 +24,10 @@ class Char:
self.dir = dir
self.custom = custom
- def thumb(self):
+ def thumb(self, index = None):
+ return self.pixbuf
+
+ def orig(self, index):
return self.pixbuf
THEMES = (