Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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