summaryrefslogtreecommitdiff
path: root/thunar/thunar-shortcuts-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'thunar/thunar-shortcuts-model.c')
-rw-r--r--thunar/thunar-shortcuts-model.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/thunar/thunar-shortcuts-model.c b/thunar/thunar-shortcuts-model.c
index ce05c9d0..0c6bdff9 100644
--- a/thunar/thunar-shortcuts-model.c
+++ b/thunar/thunar-shortcuts-model.c
@@ -268,8 +268,9 @@ thunar_shortcuts_model_init (ThunarShortcutsModel *model)
/* hidden bookmarks */
model->preferences = thunar_preferences_get ();
- exo_binding_new (G_OBJECT (model->preferences), "hidden-bookmarks",
- G_OBJECT (model), "hidden-bookmarks");
+ g_object_bind_property (G_OBJECT (model->preferences), "hidden-bookmarks",
+ G_OBJECT (model), "hidden-bookmarks",
+ G_BINDING_SYNC_CREATE);
/* load volumes */
thunar_shortcuts_model_shortcut_devices (model);