Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/activity.py')
-rw-r--r--src/activity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/activity.py b/src/activity.py
index 873fcb7..622ea8a 100644
--- a/src/activity.py
+++ b/src/activity.py
@@ -532,6 +532,7 @@ class Activity(ExportedGObject):
raise RuntimeError("Plugin returned invalid text channel")
self._text_channel = text_channel
+ self.NewChannel(text_channel.object_path)
self._clean_up_matches()
m = self._text_channel[CHANNEL_INTERFACE].connect_to_signal('Closed',