Solving issue 1690: "ver 4.09.50 unable to save processing profiles". There is now 2 new shortcut places when loading/saving a profile, and 1 new place when "saving as.." an image in the dialog box.
This commit is contained in:
@@ -219,3 +219,9 @@ void SaveAsDialog::setInitialFileName (Glib::ustring fname) {
|
||||
|
||||
fchooser->set_current_name(fname);
|
||||
}
|
||||
|
||||
void SaveAsDialog::setImagePath (Glib::ustring ipath) {
|
||||
|
||||
//Add the image's path to the Shortcut list
|
||||
fchooser->add_shortcut_folder(Glib::path_get_dirname(ipath));
|
||||
}
|
||||
|
Reference in New Issue
Block a user