diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:19:48 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:19:48 +0800 |
commit | de7aeaacedd7b4698ab92645187a61ff2e8b2b39 (patch) | |
tree | b59752d20f20c5aa965138180f2fccf5e84a11dc /libempathy-gtk/empathy-contact-menu.c | |
parent | 197729c3be1ace997bd5e162c0af7c896d18b840 (diff) | |
download | gsoc2013-empathy-de7aeaacedd7b4698ab92645187a61ff2e8b2b39.tar gsoc2013-empathy-de7aeaacedd7b4698ab92645187a61ff2e8b2b39.tar.gz gsoc2013-empathy-de7aeaacedd7b4698ab92645187a61ff2e8b2b39.tar.bz2 gsoc2013-empathy-de7aeaacedd7b4698ab92645187a61ff2e8b2b39.tar.lz gsoc2013-empathy-de7aeaacedd7b4698ab92645187a61ff2e8b2b39.tar.xz gsoc2013-empathy-de7aeaacedd7b4698ab92645187a61ff2e8b2b39.tar.zst gsoc2013-empathy-de7aeaacedd7b4698ab92645187a61ff2e8b2b39.zip |
Removed empathy_send_file_with_file_chooser_and_manager and made file transfers always use the manager. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1832
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 0a2b5eccb..fb01052a1 100644 --- a/libempathy-gtk/empathy-contact-menu.c +++ b/libempathy-gtk/empathy-contact-menu.c @@ -196,7 +196,7 @@ static void contact_file_transfer_menu_item_activate_cb (EmpathyContact *contact) { g_return_if_fail (EMPATHY_IS_CONTACT (contact)); - empathy_send_file_with_file_chooser_and_manager (contact); + empathy_send_file_with_file_chooser (contact); } GtkWidget * |