Solving issue 2732: "Command-line option to use default (non)raw PP3 does not work"

This commit is contained in:
Hombre
2015-04-06 23:18:32 +02:00
parent 5ee2bf9431
commit 55af95b15b
7 changed files with 13 additions and 21 deletions

View File

@@ -575,7 +575,6 @@ void ProfilePanel::selection_changed () {
if (s) {
if (fillMode->get_active() && s->pedited) {
ParamsEdited pe;
pe.set(true);
PartialProfile s2(s->pparams, &pe, false);
changeTo (&s2, pse->label+"+");
}
@@ -633,7 +632,6 @@ void ProfilePanel::initProfile (const Glib::ustring& profileFullPath, ProcParams
}
if (lastSaved) {
ParamsEdited* pe = new ParamsEdited();
pe->set(true);
// copying the provided last saved profile to ProfilePanel::lastsaved
lastsaved = new PartialProfile(lastSaved, pe);
}