summaryrefslogtreecommitdiff
path: root/telepathy-glib/automatic-proxy-factory.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-16 14:54:31 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-16 16:18:59 +0100
commit64f4b4ea54824b879878ade739843e099078f327 (patch)
tree08cbf38ab2bb70af398508d64cf6855b4ca59696 /telepathy-glib/automatic-proxy-factory.c
parent9eca18317b370759493cdc53d0117f6b5da1cb74 (diff)
downloadtelepathy-glib-64f4b4ea54824b879878ade739843e099078f327.tar.gz
rename TP_TEXT_CHANNEL_FEATURE_PENDING_MESSAGES to TP_TEXT_CHANNEL_FEATURE_INCOMING_MESSAGES
Diffstat (limited to 'telepathy-glib/automatic-proxy-factory.c')
-rw-r--r--telepathy-glib/automatic-proxy-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/automatic-proxy-factory.c b/telepathy-glib/automatic-proxy-factory.c
index 33fb1e412..360d4eefe 100644
--- a/telepathy-glib/automatic-proxy-factory.c
+++ b/telepathy-glib/automatic-proxy-factory.c
@@ -57,7 +57,7 @@
* type of channels.</para>
* </listitem>
* <listitem>
- * <para>%TP_TEXT_CHANNEL_FEATURE_PENDING_MESSAGES for
+ * <para>%TP_TEXT_CHANNEL_FEATURE_INCOMING_MESSAGES for
* #TpTextChannel</para>
* </listitem>
* </itemizedlist>
@@ -184,7 +184,7 @@ tp_automatic_proxy_factory_dup_channel_features_impl (TpChannel *channel)
if (TP_IS_TEXT_CHANNEL (channel))
{
- feature = TP_TEXT_CHANNEL_FEATURE_PENDING_MESSAGES;
+ feature = TP_TEXT_CHANNEL_FEATURE_INCOMING_MESSAGES;
g_array_append_val (features, feature);
}