Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/char.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-04-09 16:05:06 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-04-09 16:05:06 (GMT)
commit1af713b345b75cd7c9dd112879a79d6c3f8dd881 (patch)
treec0208abc7b21d459bbe362565e27301661d7ed88 /char.py
parenta5c9f6aac0c9432944e276fb2034dbf90ced8b87 (diff)
Add filter to ObjectChooser invoking
Diffstat (limited to 'char.py')
-rw-r--r--char.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/char.py b/char.py
index c91c9b9..c5d9f6a 100644
--- a/char.py
+++ b/char.py
@@ -101,7 +101,7 @@ class CustomFrame(Frame):
def select(self):
if self._orig:
return True;
- self.name, self.id, self._orig = theme.choose(lambda jobject:
+ self.name, self.id, self._orig = theme.choose_image(lambda jobject:
(jobject.metadata['title'], jobject.object_id,
theme.pixbuf(jobject.file_path)),
(None, None, None))