diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:17:15 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:17:15 +0800 |
commit | ccf82d6956ca277cdc70aa19472d1af3f5763451 (patch) | |
tree | c09d1af6c451c3e7d6b1d6ee9ea16b2422a19159 /libempathy-gtk | |
parent | 231f86f6deb8da116be891567fcdceed81fc6c69 (diff) | |
download | gsoc2013-empathy-ccf82d6956ca277cdc70aa19472d1af3f5763451.tar gsoc2013-empathy-ccf82d6956ca277cdc70aa19472d1af3f5763451.tar.gz gsoc2013-empathy-ccf82d6956ca277cdc70aa19472d1af3f5763451.tar.bz2 gsoc2013-empathy-ccf82d6956ca277cdc70aa19472d1af3f5763451.tar.lz gsoc2013-empathy-ccf82d6956ca277cdc70aa19472d1af3f5763451.tar.xz gsoc2013-empathy-ccf82d6956ca277cdc70aa19472d1af3f5763451.tar.zst gsoc2013-empathy-ccf82d6956ca277cdc70aa19472d1af3f5763451.zip |
Changed _run_ method calls to _call_ calls. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1791
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-ft-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-ft-manager.c b/libempathy-gtk/empathy-ft-manager.c index 9ca971099..536e2e7f4 100644 --- a/libempathy-gtk/empathy-ft-manager.c +++ b/libempathy-gtk/empathy-ft-manager.c @@ -1158,7 +1158,7 @@ ft_manager_receive_file_response_cb (GtkWidget *dialog, else { channel = empathy_tp_file_get_channel (response_data->tp_file); - tp_cli_channel_run_close (channel, -1, NULL, NULL); + tp_cli_channel_call_close (channel, -1, NULL, NULL, NULL, NULL); free_receive_response_data (response_data); } |