[next] telepathy-glib: Handler.HandleWith::User_Action_Time: use a signed type

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Jan 29 03:02:19 PST 2014


Module: telepathy-glib
Branch: next
Commit: af50f7eed576f006631f80281f4fd7d67be14b34
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=af50f7eed576f006631f80281f4fd7d67be14b34

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Fri Jan 17 15:17:21 2014 +0100

Handler.HandleWith::User_Action_Time: use a signed type

---

 telepathy-glib/base-client.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telepathy-glib/base-client.c b/telepathy-glib/base-client.c
index 2d2449c..5e24648 100644
--- a/telepathy-glib/base-client.c
+++ b/telepathy-glib/base-client.c
@@ -2273,7 +2273,7 @@ _tp_base_client_handle_channel (TpSvcClientHandler *iface,
     const gchar *channel_path,
     GHashTable *channel_props,
     const GPtrArray *requests_arr,
-    guint64 user_action_time,
+    gint64 user_action_time,
     GHashTable *handler_info,
     DBusGMethodInvocation *context)
 {



More information about the telepathy-commits mailing list