diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-16 15:44:38 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-16 16:18:59 +0100 |
commit | 78cf4c971f1eb56df690e8c50478bfa3958ca801 (patch) | |
tree | 758acd382e77f52baec5360a533bc86ef8fb4985 | |
parent | fdf36f4291a6c08604fd676ebf205bc7ac5ef26e (diff) |
fail to prepare if we can't connect signals
-rw-r--r-- | telepathy-glib/text-channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/text-channel.c b/telepathy-glib/text-channel.c index 68a5f94ef..e736d1389 100644 --- a/telepathy-glib/text-channel.c +++ b/telepathy-glib/text-channel.c @@ -778,7 +778,7 @@ fail: g_error_free (error); _tp_proxy_set_feature_prepared (proxy, - TP_TEXT_CHANNEL_FEATURE_INCOMING_MESSAGES, TRUE); + TP_TEXT_CHANNEL_FEATURE_INCOMING_MESSAGES, FALSE); } enum { |