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



commit 0fb620a23cddc3080b8013f6117bab2637291084
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 1aa816f..3af7306 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]