summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-27 14:29:51 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-30 14:06:47 +0200
commitdbb46e194c802fc602b7c0a3c9721ca1f8b24c59 (patch)
tree32c3d00b86f362d0818c10f1fba4d4f27083287e
parent45198f65e0ed4c245d927de34a7f5a0860fc666b (diff)
downloadtelepathy-logger-dbb46e194c802fc602b7c0a3c9721ca1f8b24c59.tar.gz
tp_message_to_text() now takes only one arg
-rw-r--r--telepathy-logger/text-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c
index c69368f..0864018 100644
--- a/telepathy-logger/text-channel.c
+++ b/telepathy-logger/text-channel.c
@@ -233,7 +233,7 @@ tpl_text_channel_store_message (TplTextChannel *self,
/* Ensure timestamp */
timestamp = get_message_timestamp (message);
- text = tp_message_to_text (message, NULL);
+ text = tp_message_to_text (message);
if (text == NULL)
{