diff options
-rw-r--r-- | pluma/pluma-plugin-manager.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pluma/pluma-plugin-manager.c b/pluma/pluma-plugin-manager.c index b100384b..9526ce5f 100644 --- a/pluma/pluma-plugin-manager.c +++ b/pluma/pluma-plugin-manager.c @@ -659,7 +659,9 @@ plugin_manager_construct_tree (PlumaPluginManager *pm) GTK_TREE_MODEL (model)); g_object_unref (model); +#if !GTK_CHECK_VERSION (3, 0, 0) gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (pm->priv->tree), TRUE); +#endif gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (pm->priv->tree), FALSE); /* first column */ |