Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-09-01 17:07:49 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-09-01 17:07:49 (GMT)
commit739b9160b14c13eb1dfb970de80d48156723c305 (patch)
treeb83ec5cb20fed2e558cc565ae448b55f8dcee75d /shell
parentd79db5d172c0f5023edd489ca735763508b806a5 (diff)
Refactor activity share/join in Activity.__init__() to be clearer and cover all cases
Remove the 'pservice_id' attribute of the ActivityHandle too, since it was completely pointless and should have been the same as the activity id anyway. Share/join is handled in the Activity.__init__() method and the shell doesn't really need to know about it at all.
Diffstat (limited to 'shell')
-rw-r--r--shell/view/Shell.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/view/Shell.py b/shell/view/Shell.py
index 044cbde..4610c78 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -131,8 +131,6 @@ class Shell(gobject.GObject):
return
handle = ActivityHandle(activity_id)
- handle.pservice_id = activity_id
-
activityfactory.create(bundle_id, handle)
def notify_launch(self, bundle_id, activity_id):