summaryrefslogtreecommitdiff
path: root/telepathy-glib
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-24 14:54:32 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-24 14:54:32 +0200
commitc38e41c0ae63ca6082381981bb7c71a14a7e8f94 (patch)
tree36eb8e2276a13372279d63843789fadba1c74f77 /telepathy-glib
parent79acc094fb8d0136641022ae7e19e401e7aec8e5 (diff)
parentd4388c7c1fedb1e91b99075cd6b15b5cf573a302 (diff)
downloadtelepathy-glib-c38e41c0ae63ca6082381981bb7c71a14a7e8f94.tar.gz
Merge branch 'telepathy-glib-0.22'
Diffstat (limited to 'telepathy-glib')
-rw-r--r--telepathy-glib/channel-group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/channel-group.c b/telepathy-glib/channel-group.c
index c7f2b07cf..204e39830 100644
--- a/telepathy-glib/channel-group.c
+++ b/telepathy-glib/channel-group.c
@@ -1096,7 +1096,7 @@ handle_members_changed (TpChannel *self,
const gchar *debug_message = tp_asv_get_string (details,
"debug-message");
- if (debug_message == NULL && message[0] != '\0')
+ if (debug_message == NULL && !tp_str_empty (message))
debug_message = message;
if (debug_message == NULL && error_detail != NULL)