Skip to content

bookmark-list: Add an error handler of saving bookmark list

Leesoo Ahn requested to merge memnoth/nautilus:err-handling into master

For arbitrary reasons, g_mkdir_with_parents can be failed.
That could lead to an error that fails to replace contents of new bookmark list.

Merge request reports