summaryrefslogtreecommitdiff
path: root/src/eggfileformatchooser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eggfileformatchooser.c')
-rw-r--r--src/eggfileformatchooser.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eggfileformatchooser.c b/src/eggfileformatchooser.c
index 7187471..2e5ac16 100644
--- a/src/eggfileformatchooser.c
+++ b/src/eggfileformatchooser.c
@@ -413,7 +413,9 @@ egg_file_format_chooser_init (EggFileFormatChooser *self)
view = gtk_tree_view_new_with_model (GTK_TREE_MODEL (self->priv->model));
self->priv->selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (view));
+#if !GTK_CHECK_VERSION (3, 0, 0)
gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (view), TRUE);
+#endif
/* file format column */