Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordave <drykod@gmail.com>2009-12-09 04:06:11 (GMT)
committer dave <drykod@gmail.com>2009-12-09 04:06:11 (GMT)
commit6f6b42941626cc00bd483f48f7228da8e06464e1 (patch)
tree7842df8b661c0cc223c7b961f21755cb7dd68e3b
parent70cbcf77516f0cfe4c5a3ef441d7219addaf4065 (diff)
attempt new fix launch activityevent_sources
-rw-r--r--tutorius/TProbe.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorius/TProbe.py b/tutorius/TProbe.py
index 438cc16..58923fb 100644
--- a/tutorius/TProbe.py
+++ b/tutorius/TProbe.py
@@ -886,8 +886,6 @@ class ProbeManager(object):
else:
self._probes[process_name].append((unique_id,self._ProxyClass(process_name, unique_id)))
- self.is_activity_launching = False
-
if self.list_pending_actions:
self.install(self.list_pending_actions, self.list_action_installed_cb, self.list_error_cb)
self.list_pending_actions = None
@@ -896,6 +894,8 @@ class ProbeManager(object):
self.subscribe(self.list_pending_transitions, self.list_notification_cb, self.list_event_subscribed_cb, self.list_error_cb)
self.list_pending_transitions = None
+ self.is_activity_launching = False
+
def unregister_probe(self, unique_id):
""" Remove a probe from the known probes.