From b3a5b441b884c25198b77ae014cde3b73d396257 Mon Sep 17 00:00:00 2001 From: Vitaly Minko Date: Mon, 18 Oct 2010 16:51:03 +0400 Subject: Move the 'Find in Contact List' item from the View menu to the Edit menu. --- src/empathy-main-window.c | 4 ++-- src/empathy-main-window.ui | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index a62c9cd41..6c9b225dc 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -954,7 +954,7 @@ main_window_notify_contact_list_size_cb (GSettings *gsettings, } static void -main_window_view_search_contacts_cb (GtkCheckMenuItem *item, +main_window_edit_search_contacts_cb (GtkCheckMenuItem *item, EmpathyMainWindow *window) { EmpathyMainWindowPriv *priv = GET_PRIV (window); @@ -1610,12 +1610,12 @@ empathy_main_window_init (EmpathyMainWindow *window) "view_show_protocols", "toggled", main_window_view_show_protocols_cb, "view_sort_by_name", "changed", main_window_view_sort_contacts_cb, "view_normal_size_with_avatars", "changed", main_window_view_contacts_list_size_cb, - "view_search_contacts", "activate", main_window_view_search_contacts_cb, "view_show_map", "activate", main_window_view_show_map_cb, "edit", "activate", main_window_edit_cb, "edit_accounts", "activate", main_window_edit_accounts_cb, "edit_personal_information", "activate", main_window_edit_personal_information_cb, "edit_preferences", "activate", main_window_edit_preferences_cb, + "edit_search_contacts", "activate", main_window_edit_search_contacts_cb, "help_about", "activate", main_window_help_about_cb, "help_debug", "activate", main_window_help_debug_cb, "help_contents", "activate", main_window_help_contents_cb, diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index a328eacfe..6a86da721 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -106,6 +106,12 @@ P_references + + + edit_search_contacts + Find in Contact _List + + view @@ -165,12 +171,6 @@ - - - view_search_contacts - Find in Contact _List - - room @@ -242,6 +242,7 @@ + @@ -254,7 +255,6 @@ - -- cgit v1.2.3