[empathy] Disable contact and contact list search when disconnected
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Disable contact and contact list search when disconnected
- Date: Thu, 15 Sep 2011 12:05:15 +0000 (UTC)
commit 051beb6158c98cd2aa6c7219fc3c94a7eb3ae7b0
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Sep 6 09:26:50 2011 +0200
Disable contact and contact list search when disconnected
https://bugzilla.gnome.org/show_bug.cgi?id=655270
src/empathy-main-window.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 1463e8e..679f000 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++) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]