diff options
Diffstat (limited to 'telepathy-logger/text-channel.c')
-rw-r--r-- | telepathy-logger/text-channel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c index 1645510..95ab15b 100644 --- a/telepathy-logger/text-channel.c +++ b/telepathy-logger/text-channel.c @@ -1049,7 +1049,7 @@ on_send_error_cb (TpChannel *proxy, static void on_sent_signal_cb (TpChannel *proxy, - guint timestamp, + guint tp_timestamp, guint type, const gchar *text, gpointer user_data, @@ -1065,6 +1065,7 @@ on_sent_signal_cb (TpChannel *proxy, TpAccount *account; const gchar *channel_path; gchar *log_id; + gint64 timestamp = (gint64) tp_timestamp; g_return_if_fail (TPL_IS_TEXT_CHANNEL (tpl_text)); |