aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-file.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-05-24 23:49:08 +0800
committerCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-06-07 21:20:09 +0800
commit246c2f6468ab7dc1546b2793aed023035f5d88e8 (patch)
tree8c7a5784354649d8c84be02fff554f7d0aba84ab /libempathy/empathy-tp-file.c
parent87d8aa4edcb738d89e77a0d8286e47649fe164f6 (diff)
downloadgsoc2013-empathy-246c2f6468ab7dc1546b2793aed023035f5d88e8.tar
gsoc2013-empathy-246c2f6468ab7dc1546b2793aed023035f5d88e8.tar.gz
gsoc2013-empathy-246c2f6468ab7dc1546b2793aed023035f5d88e8.tar.bz2
gsoc2013-empathy-246c2f6468ab7dc1546b2793aed023035f5d88e8.tar.lz
gsoc2013-empathy-246c2f6468ab7dc1546b2793aed023035f5d88e8.tar.xz
gsoc2013-empathy-246c2f6468ab7dc1546b2793aed023035f5d88e8.tar.zst
gsoc2013-empathy-246c2f6468ab7dc1546b2793aed023035f5d88e8.zip
Build fix after rebase
Diffstat (limited to 'libempathy/empathy-tp-file.c')
-rw-r--r--libempathy/empathy-tp-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c
index b97d1a297..9ae42828b 100644
--- a/libempathy/empathy-tp-file.c
+++ b/libempathy/empathy-tp-file.c
@@ -802,7 +802,7 @@ do_constructed (GObject *object)
tp_cli_dbus_properties_call_get (priv->channel,
-1, TP_IFACE_CHANNEL_TYPE_FILE_TRANSFER, "AvailableSocketTypes",
- tp_file_get_available_socket_types_cb, NULL, NULL, file_obj);
+ tp_file_get_available_socket_types_cb, NULL, NULL, object);
priv->state_change_reason =
TP_FILE_TRANSFER_STATE_CHANGE_REASON_NONE;