Solving issue 1794: "Cannot save image or PP3 from Image Editor"

This commit is contained in:
natureh 510
2013-08-11 15:59:37 +02:00
parent 6762b43975
commit 987e4dcd89
4 changed files with 47 additions and 10 deletions

View File

@@ -262,7 +262,7 @@ void SaveAsDialog::setImagePath (Glib::ustring ipath) {
//Add the image's path to the Shortcut list
#ifdef WIN32
// Dirty workaround, waiting for a clean solution by using exceptions!
if (!safe_is_root_dir(path))
if (!safe_is_shortcut_dir(path))
#endif
try {
fchooser->add_shortcut_folder(path);