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-07-25 17:40:12 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-07-25 17:40:12 (GMT)
commitb57ce30c40309746b2faae0d7a86041b4644eb74 (patch)
treebfc0e735c8a8305156372c49c271d2615df75c73
parentbf87fdcc7eacc7c9699b218a508d3adad243e0d7 (diff)
Actually emit NewChannel for activities when the text channel is created
-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',