]> git.0d.be Git - empathy.git/commitdiff
Disable contact and contact list search when disconnected
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 6 Sep 2011 07:26:50 +0000 (09:26 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 15 Sep 2011 12:05:09 +0000 (14:05 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=655270

src/empathy-main-window.c

index 1463e8ed99157aec49afc2b9fff02c3a060a5edf..679f000e0a6e464c6a1ced7cb5e8959c59658fd3 100644 (file)
@@ -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++) {