summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Regier <alias301@gmail.com>2011-03-25 21:15:28 -0700
committerSteve Frécinaux <code@istique.net>2011-03-26 19:52:43 +0100
commitbe28a543cc22e72177dedce188574d866980fc68 (patch)
tree08976e949e9141d3435d0683a8f69c6ada5fff32
parentd883e816828cbe2d1f8928bcd13affb36a1ee60b (diff)
downloadlibpeas-be28a543cc22e72177dedce188574d866980fc68.tar.gz
Fix showing tooltip in the plugin manager
-rw-r--r--libpeas-gtk/peas-gtk-plugin-manager-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpeas-gtk/peas-gtk-plugin-manager-view.c b/libpeas-gtk/peas-gtk-plugin-manager-view.c
index e51f158..5ee2494 100644
--- a/libpeas-gtk/peas-gtk-plugin-manager-view.c
+++ b/libpeas-gtk/peas-gtk-plugin-manager-view.c
@@ -503,6 +503,8 @@ peas_gtk_plugin_manager_view_init (PeasGtkPluginManagerView *view)
PEAS_GTK_TYPE_PLUGIN_MANAGER_VIEW,
PeasGtkPluginManagerViewPrivate);
+ gtk_widget_set_has_tooltip (GTK_WIDGET (view), TRUE);
+
gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (view), TRUE);
gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (view), FALSE);