diff options
Diffstat (limited to 'src/memmaps.cpp')
-rw-r--r-- | src/memmaps.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/memmaps.cpp b/src/memmaps.cpp index 2c8909d..eb52ad9 100644 --- a/src/memmaps.cpp +++ b/src/memmaps.cpp @@ -344,7 +344,9 @@ create_memmapsdata (ProcData *procdata) ); tree = gtk_tree_view_new_with_model (GTK_TREE_MODEL (model)); +#if !GTK_CHECK_VERSION(3,0,0) gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (tree), TRUE); +#endif g_object_unref (G_OBJECT (model)); for (i = 0; i < MMAP_COL_MAX; i++) { |