[devhelp/wip/swilmet/misc-improvements: 10/10] 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: 10/10] book-tree: disable type ahead search
- Date: Sat, 30 May 2015 12:35:46 +0000 (UTC)
commit 7d4baafb3f57860a3539bed71bc8b6b0ebb02873
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]