[anjuta] Enable rules hint on plugins list
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] Enable rules hint on plugins list
- Date: Wed, 6 Apr 2011 21:11:18 +0000 (UTC)
commit 190aa76e20313de2c521bb7617d2fe4378afdfd6
Author: Christian Hergert <chris dronelabs com>
Date: Thu Mar 24 20:04:25 2011 -0700
Enable rules hint on plugins list
When many plugins are available, lack of rules hinting can make it
hard to focus on a particular line. This enables the hint for themes
that wish to support it.
Signed-off-by: Christian Hergert <chris dronelabs com>
https://bugzilla.gnome.org/show_bug.cgi?id=645659
libanjuta/anjuta-plugin-manager.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libanjuta/anjuta-plugin-manager.c b/libanjuta/anjuta-plugin-manager.c
index 5d53489..003d78c 100644
--- a/libanjuta/anjuta-plugin-manager.c
+++ b/libanjuta/anjuta-plugin-manager.c
@@ -1166,6 +1166,7 @@ anjuta_plugin_manager_get_plugins_page (AnjutaPluginManager *plugin_manager)
gtk_box_pack_start (GTK_BOX (vbox), scrolled, TRUE, TRUE, 0);
tree = create_plugin_tree ();
+ gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (tree), TRUE);
gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (tree), FALSE);
store = GTK_LIST_STORE (gtk_tree_view_get_model (GTK_TREE_VIEW (tree)));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]