[Telepathy-commits] [telepathy-gabble/master] GabbleIMChannel: when rescuing a channel, set the rescued flag

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Nov 3 08:07:13 PST 2008


---
 src/im-channel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/im-channel.c b/src/im-channel.c
index a48f1e9..169b1ee 100644
--- a/src/im-channel.c
+++ b/src/im-channel.c
@@ -548,6 +548,8 @@ gabble_im_channel_close (TpSvcChannel *iface,
               priv->initiator = priv->handle;
               tp_handle_ref (contact_repo, priv->initiator);
             }
+
+          tp_text_mixin_set_rescued ((GObject *) self);
         }
       else
         {
-- 
1.5.6.5




More information about the Telepathy-commits mailing list