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



commit af9a71fbce6e5c04c9fb3a00a1816e69a5c576c9
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]