Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ground.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 /ground.py
parenta5c9f6aac0c9432944e276fb2034dbf90ced8b87 (diff)
Add filter to ObjectChooser invoking
Diffstat (limited to 'ground.py')
-rw-r--r--ground.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ground.py b/ground.py
index 1f97514..85bf608 100644
--- a/ground.py
+++ b/ground.py
@@ -62,7 +62,7 @@ class CustomGround(Ground):
def select(self):
try:
- return theme.choose(lambda jobject: JournalGround(jobject))
+ return theme.choose_image(lambda jobject: JournalGround(jobject))
except:
return None