diff options
Diffstat (limited to 'src/bookmarks/ephy-bookmark-properties-grid.c')
-rw-r--r-- | src/bookmarks/ephy-bookmark-properties-grid.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/bookmarks/ephy-bookmark-properties-grid.c b/src/bookmarks/ephy-bookmark-properties-grid.c index 63899ff05..9703f93b5 100644 --- a/src/bookmarks/ephy-bookmark-properties-grid.c +++ b/src/bookmarks/ephy-bookmark-properties-grid.c @@ -421,9 +421,10 @@ ephy_bookmark_properties_grid_finalize (GObject *object) if (self->bookmark_is_modified && !self->bookmark_is_removed) g_signal_emit_by_name (self->manager, "synchronizable-modified", self->bookmark, FALSE); - ephy_bookmarks_manager_save_to_file_async (self->manager, NULL, - ephy_bookmarks_manager_save_to_file_warn_on_error_cb, - NULL); + ephy_bookmarks_manager_save (self->manager, + ephy_bookmarks_manager_save_warn_on_error_cancellable (self->manager), + ephy_bookmarks_manager_save_warn_on_error_cb, + NULL); G_OBJECT_CLASS (ephy_bookmark_properties_grid_parent_class)->finalize (object); } |