~jeremywootten/pantheon-files/fix-backspace-in-columnv-view

« back to all changes in this revision

Viewing changes to libcore/BookmarkList.vala

merge various-fixes-part4-fix-network-drag-drop-copy-paste r2049

Show diffs side-by-side

added added

removed removed

Lines of Context:
305
305
                    contents_changed ();
306
306
                }
307
307
                catch (GLib.Error error) {
308
 
                    message ("Error replacing bookmarks file contents %s", error.message);
 
308
                    warning ("Error replacing bookmarks file contents %s", error.message);
309
309
                }
310
310
                op_processed_call_back ();
311
311
            });