started working on support for dynamic processing profiles
This commit is contained in:
@@ -8079,6 +8079,8 @@ int PartialProfile::load (const Glib::ustring &fName)
|
||||
|
||||
if (fName == DEFPROFILE_INTERNAL) {
|
||||
return 0;
|
||||
} else if (fName == DEFPROFILE_DYNAMIC) {
|
||||
return -1; // should not happen here
|
||||
} else {
|
||||
return pparams->load(fName, pedited);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user