Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics/objectchooser.py
diff options
context:
space:
mode:
authorSascha Silbe <sascha@silbe.org>2009-08-18 13:25:13 (GMT)
committer Sascha Silbe <sascha@silbe.org>2009-08-18 13:25:13 (GMT)
commitd2bac711f96ff10cd40201bdfe7810f0fe0f872e (patch)
treee6b6b56c0ca6d4d1f6b5e123d749dbedb9dc5ab2 /src/sugar/graphics/objectchooser.py
parent06acee6e269666155b80d9f0da6fad46662f558d (diff)
compatible changes to prepare for version supportversions2
Diffstat (limited to 'src/sugar/graphics/objectchooser.py')
-rw-r--r--src/sugar/graphics/objectchooser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar/graphics/objectchooser.py b/src/sugar/graphics/objectchooser.py
index fb3703d..ef4e728 100644
--- a/src/sugar/graphics/objectchooser.py
+++ b/src/sugar/graphics/objectchooser.py
@@ -110,7 +110,7 @@ class ObjectChooser(object):
def __chooser_response_cb(self, chooser_id, object_id):
if chooser_id != self._chooser_id:
return
- logging.debug('ObjectChooser.__chooser_response_cb: %r' % object_id)
+ logging.debug('ObjectChooser.__chooser_response_cb: %r', object_id)
self._response_code = gtk.RESPONSE_ACCEPT
self._object_id = object_id
self._cleanup()