[devhelp/wip/swilmet/misc-improvements: 13/16] book-tree: disable type ahead search
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp/wip/swilmet/misc-improvements: 13/16] book-tree: disable type ahead search
- Date: Mon, 25 May 2015 19:20:57 +0000 (UTC)
commit c01642b6ff54e4e31cb25dadf9b03182461a165b
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 8864c16..4461fbe 100644
--- a/src/dh-book-tree.c
+++ b/src/dh-book-tree.c
@@ -758,6 +758,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]