Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index df3ef9d..9c3e310 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+* Refactor activity share/join in Activity.__init__() to be clearer and cover
+ all cases (dcbw)
* #2971: Fix palette flash when the mouse pointer leave the palete and go
over the Invoker (marco)