summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-16 17:18:13 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-05-07 09:43:46 +0100
commitced36b877bdcce28c7960690869fb1e73661394a (patch)
tree0bda9bc75f83512fec14433c226424025da6b6cf
parent8aeca0f0fd814e82f99dcbd01b3eeed6399c1d44 (diff)
downloadtelepathy-glib-ced36b877bdcce28c7960690869fb1e73661394a.tar.gz
TpBaseContactListPrivate: correct a comment
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77189
-rw-r--r--telepathy-glib/base-contact-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/base-contact-list.c b/telepathy-glib/base-contact-list.c
index ed19d31b3..456418377 100644
--- a/telepathy-glib/base-contact-list.c
+++ b/telepathy-glib/base-contact-list.c
@@ -257,7 +257,7 @@ struct _TpBaseContactListPrivate
gulong status_changed_id;
- /* TRUE if @conn implements TpSvcConnectionInterface$FOO - used to
+ /* Non-NULL if @conn implements TpSvcConnectionInterface$FOO - used to
* decide whether to emit signals on these new interfaces. Initialized in
* the constructor and cleared when we lose @conn. */
_TpGDBusConnectionInterfaceContactList1 *contact_list_skeleton;