Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jukeboxactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jukeboxactivity.py b/jukeboxactivity.py
index 3aa94a3..a42e5b8 100644
--- a/jukeboxactivity.py
+++ b/jukeboxactivity.py
@@ -109,7 +109,7 @@ class JukeboxActivity(activity.Activity):
self.show_all()
#From ImageViewer Activity
self._want_document = True
- if self._object_id:
+ if self._object_id is None:
self._show_object_picker = gobject.timeout_add(1000, \
self._show_picker_cb)