diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-04-25 00:23:02 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-04-25 02:44:09 +0800 |
commit | 221c1186f4b34b585767ae5b6f8e705410bf60dc (patch) | |
tree | f5f5c1450a3270fe9966a58a2ee21de9d44bef7a /libempathy/empathy-ft-handler.c | |
parent | a6748d5d5fd1f37cef6bf26a6256cd299a60a09c (diff) | |
download | gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar.gz gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar.bz2 gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar.lz gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar.xz gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar.zst gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.zip |
add timestamp arg to empathy_dispatcher_create_channel
Diffstat (limited to 'libempathy/empathy-ft-handler.c')
-rw-r--r-- | libempathy/empathy-ft-handler.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c index ff3f9322a..bbc99f61a 100644 --- a/libempathy/empathy-ft-handler.c +++ b/libempathy/empathy-ft-handler.c @@ -757,7 +757,8 @@ ft_handler_push_to_dispatcher (EmpathyFTHandler *handler) /* I want to own a reference to the request, and destroy it later */ empathy_dispatcher_create_channel (priv->dispatcher, connection, - g_hash_table_ref (priv->request), ft_handler_create_channel_cb, handler); + g_hash_table_ref (priv->request), EMPATHY_DISPATCHER_NON_USER_ACTION, + ft_handler_create_channel_cb, handler); } static void |