diff --git a/rtgui/flatfield.cc b/rtgui/flatfield.cc old mode 100644 new mode 100755 index df7c150de..a3723c0e1 --- a/rtgui/flatfield.cc +++ b/rtgui/flatfield.cc @@ -239,7 +239,10 @@ void FlatField::setShortcutPath(Glib::ustring path) #endif { if (lastShortcutPath != "") { - flatFieldFile->remove_shortcut_folder(lastShortcutPath); + try { + flatFieldFile->remove_shortcut_folder(lastShortcutPath); + } + catch (Gtk::FileChooserError &err) {} } lastShortcutPath = path; try {