Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-20 13:09:03 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-09-20 13:09:03 (GMT)
commit33aa69b4667273ff900f3b5c8d357ef2108321e6 (patch)
treec4e78909ee1f60537df0309dd38bec781f8a1c2f
parent421433db5a24b5ff25a51f38e7c2299370c61854 (diff)
Don't emit spurious CurrentActivityChanged signal when changing from no current activity to no current activity (#3422)
-rw-r--r--NEWS2
-rw-r--r--src/buddy.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1e71da1..c651514 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+* #3422: don't emit spurious CurrentActivityChanged signal when changing from
+ no current activity to no current activity (smcv)
* #3465: don't keep invite-only activities in the mesh view after we leave
them (smcv)
diff --git a/src/buddy.py b/src/buddy.py
index 59aaf60..5025f8d 100644
--- a/src/buddy.py
+++ b/src/buddy.py
@@ -192,7 +192,7 @@ class Buddy(ExportedGObject):
self._owner = False
self._key = None
self._icon = ''
- self._current_activity = None
+ self._current_activity = ''
self._current_activity_plugin = None
self._nick = None
self._color = None