diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-23 00:01:18 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-23 00:01:18 +0800 |
commit | 92633f9ea0e68abe84d0f8a77ddc5b9691a8a8d1 (patch) | |
tree | 4dd7c05253dba597c7a82bdbe5b369aa04029321 /src/empathy-main-window.c | |
parent | 4467e8c05dc70e4325cf4adceca6e78cd1ff64ca (diff) | |
download | gsoc2013-empathy-92633f9ea0e68abe84d0f8a77ddc5b9691a8a8d1.tar gsoc2013-empathy-92633f9ea0e68abe84d0f8a77ddc5b9691a8a8d1.tar.gz gsoc2013-empathy-92633f9ea0e68abe84d0f8a77ddc5b9691a8a8d1.tar.bz2 gsoc2013-empathy-92633f9ea0e68abe84d0f8a77ddc5b9691a8a8d1.tar.lz gsoc2013-empathy-92633f9ea0e68abe84d0f8a77ddc5b9691a8a8d1.tar.xz gsoc2013-empathy-92633f9ea0e68abe84d0f8a77ddc5b9691a8a8d1.tar.zst gsoc2013-empathy-92633f9ea0e68abe84d0f8a77ddc5b9691a8a8d1.zip |
move 'show file transfers' menu entry to View
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index d2a7b2d45..7b6ec5d5d 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -684,7 +684,7 @@ main_window_chat_add_contact_cb (GtkAction *action, } static void -main_window_chat_show_ft_manager (GtkAction *action, +main_window_view_show_ft_manager (GtkAction *action, EmpathyMainWindow *window) { EmpathyFTManager *manager; @@ -1137,7 +1137,7 @@ empathy_main_window_show (void) "room_join_favorites", "activate", main_window_room_join_favorites_cb, "room_manage_favorites", "activate", main_window_room_manage_favorites_cb, "chat_add_contact", "activate", main_window_chat_add_contact_cb, - "chat_show_ft_manager", "activate", main_window_chat_show_ft_manager, + "view_show_ft_manager", "activate", main_window_view_show_ft_manager, "chat_show_offline", "toggled", main_window_chat_show_offline_cb, "edit", "activate", main_window_edit_cb, "edit_accounts", "activate", main_window_edit_accounts_cb, |