From 051beb6158c98cd2aa6c7219fc3c94a7eb3ae7b0 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 6 Sep 2011 09:26:50 +0200 Subject: Disable contact and contact list search when disconnected https://bugzilla.gnome.org/show_bug.cgi?id=655270 --- src/empathy-main-window.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 1463e8ed9..679f000e0 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -1984,9 +1984,11 @@ main_window_connection_items_setup (EmpathyMainWindow *window, "room_join_favorites", "chat_new_message", "chat_new_call", + "chat_search_contacts", "chat_add_contact", "edit_personal_information", - "edit_blocked_contacts" + "edit_blocked_contacts", + "edit_search_contacts" }; for (i = 0, list = NULL; i < G_N_ELEMENTS (actions_connected); i++) { -- cgit v1.2.3