[empathy: 9/14] Don't wait for SMS properties when there is no SMS support on the channel
- From: Danielle Madeley <daniellem src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 9/14] Don't wait for SMS properties when there is no SMS support on the channel
- Date: Thu, 5 May 2011 07:38:34 +0000 (UTC)
commit 2411c0bc8accdfe6ff38cca5510c79f0f56abd8f
Author: Danielle Madeley <danielle madeley collabora co uk>
Date: Tue Apr 12 09:43:36 2011 +1000
Don't wait for SMS properties when there is no SMS support on the channel
libempathy/empathy-tp-chat.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index 946d576..b8e4cdf 100644
--- a/libempathy/empathy-tp-chat.c
+++ b/libempathy/empathy-tp-chat.c
@@ -1379,6 +1379,9 @@ tp_chat_constructor (GType type,
tp_cli_dbus_properties_call_get (priv->channel, -1,
TP_IFACE_CHANNEL_INTERFACE_SMS, "SMSChannel",
get_sms_channel_cb, chat, NULL, G_OBJECT (chat));
+ } else {
+ /* if there's no SMS support, then we're not waiting for it */
+ priv->got_sms_channel = TRUE;
}
return chat;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]