[devhelp/wip/swilmet/misc-improvements: 14/15] book-tree: disable type ahead search



commit 0e96be8894b3d8a01482bc8f12ac4856fa330bc5
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon May 25 18:26:23 2015 +0200

    book-tree: disable type ahead search
    
    The books sidebar shouldn't have type ahead find because it interferes
    with both the search entry in the sidebar and the type ahead find of the
    content view.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704833

 src/dh-book-tree.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/dh-book-tree.c b/src/dh-book-tree.c
index e4528ea..e58a5f1 100644
--- a/src/dh-book-tree.c
+++ b/src/dh-book-tree.c
@@ -753,6 +753,7 @@ dh_book_tree_new (DhBookManager *book_manager)
 {
         return GTK_WIDGET (g_object_new (DH_TYPE_BOOK_TREE,
                                          "book-manager", book_manager,
+                                         "enable-search", FALSE,
                                          NULL));
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]