From b57ce30c40309746b2faae0d7a86041b4644eb74 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 25 Jul 2007 17:40:12 +0000 Subject: Actually emit NewChannel for activities when the text channel is created --- 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', -- cgit v0.9.1