diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:14:25 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:14:25 +0800 |
commit | 1ff7c439e8442d51024fbfcde2b1c11b8b17cf4f (patch) | |
tree | aeaa721b0c0bfddb757ed379120545f3332832e6 /libempathy-gtk/empathy-contact-menu.c | |
parent | 053f35ec510afa2cdac63fac584bc7f339e65405 (diff) | |
download | gsoc2013-empathy-1ff7c439e8442d51024fbfcde2b1c11b8b17cf4f.tar gsoc2013-empathy-1ff7c439e8442d51024fbfcde2b1c11b8b17cf4f.tar.gz gsoc2013-empathy-1ff7c439e8442d51024fbfcde2b1c11b8b17cf4f.tar.bz2 gsoc2013-empathy-1ff7c439e8442d51024fbfcde2b1c11b8b17cf4f.tar.lz gsoc2013-empathy-1ff7c439e8442d51024fbfcde2b1c11b8b17cf4f.tar.xz gsoc2013-empathy-1ff7c439e8442d51024fbfcde2b1c11b8b17cf4f.tar.zst gsoc2013-empathy-1ff7c439e8442d51024fbfcde2b1c11b8b17cf4f.zip |
Added empathy_send_file_with_file_chooser_and_manager to make use of the file transfer manager. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1747
Diffstat (limited to 'libempathy-gtk/empathy-contact-menu.c')
-rw-r--r-- | libempathy-gtk/empathy-contact-menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-menu.c b/libempathy-gtk/empathy-contact-menu.c index a167a1798..dc004bea3 100644 --- a/libempathy-gtk/empathy-contact-menu.c +++ b/libempathy-gtk/empathy-contact-menu.c @@ -195,7 +195,7 @@ empathy_contact_log_menu_item_new (EmpathyContact *contact) static void contact_file_transfer_menu_item_activate_cb (EmpathyContact *contact) { - empathy_send_file_with_file_chooser (contact, NULL, NULL); + empathy_send_file_with_file_chooser_and_manager (contact); } GtkWidget * |