summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-08-08 10:17:01 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-08-08 10:17:15 +0100
commit6643e5d96d8e1ee69bdb9a919cde8439b376bbad (patch)
tree07422e43786c97645154d454439e9330e80f6027
parentdc89b31af5497a7c0c78d04d89ffe350715e8692 (diff)
downloadtelepathy-logger-6643e5d96d8e1ee69bdb9a919cde8439b376bbad.tar.gz
text-channel: remove now-unused second argument of tp_message_to_text()
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-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 3225ecb..929c71f 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)
{