Fix for procparams not saved

the name of the file was not initialized so ... later some checks prevent saving
This commit is contained in:
ffsup2
2011-05-03 20:25:08 +02:00
parent ab4120e6dd
commit 8bf260053a

View File

@@ -325,6 +325,8 @@ void EditorPanel::open (Thumbnail* tmb, rtengine::InitialImage* isrc) {
openThm = tmb;
openThm->increaseRef ();
fname=openThm->getFileName();
previewHandler = new PreviewHandler ();
this->isrc = isrc;