summaryrefslogtreecommitdiff
path: root/thunar/thunar-tree-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'thunar/thunar-tree-model.c')
-rw-r--r--thunar/thunar-tree-model.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/thunar/thunar-tree-model.c b/thunar/thunar-tree-model.c
index e2bbabf8..26ec7b4f 100644
--- a/thunar/thunar-tree-model.c
+++ b/thunar/thunar-tree-model.c
@@ -1802,7 +1802,9 @@ thunar_tree_model_get_default (void)
/* synchronize the the global "misc-case-sensitive" preference */
preferences = thunar_preferences_get ();
g_object_set_data_full (G_OBJECT (model), I_("thunar-preferences"), preferences, g_object_unref);
- exo_binding_new (G_OBJECT (preferences), "misc-case-sensitive", G_OBJECT (model), "case-sensitive");
+ g_object_bind_property (G_OBJECT (preferences), "misc-case-sensitive",
+ G_OBJECT (model), "case-sensitive",
+ G_BINDING_SYNC_CREATE);
}
else
{