summaryrefslogtreecommitdiff
path: root/examples/client/text-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/client/text-handler.c')
-rw-r--r--examples/client/text-handler.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/client/text-handler.c b/examples/client/text-handler.c
index c9cf2d731..4eb94f565 100644
--- a/examples/client/text-handler.c
+++ b/examples/client/text-handler.c
@@ -106,9 +106,9 @@ handle_channels_cb (TpSimpleHandler *self,
g_signal_connect (channel, "message-received",
G_CALLBACK (message_received_cb), NULL);
- /* The default channel factory used by the TpSimpleHandler has
- * already prepared TP_TEXT_CHANNEL_FEATURE_INCOMING_MESSAGES,
- * if possible. */
+ /* The default TpAutomaticClientFactory used by
+ * tp_account_manager_dup() has already prepared
+ * TP_TEXT_CHANNEL_FEATURE_INCOMING_MESSAGES, if possible. */
display_pending_messages (text_chan);
}