Solving bug reported in issue 1341: "PP3 file cleanup" ...application's crash if the default raw or image profile didn't exist
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "dfmanager.h"
|
||||
#include "ffmanager.h"
|
||||
#include "rtthumbnail.h"
|
||||
#include "../rtgui/profilestore.h"
|
||||
|
||||
namespace rtengine {
|
||||
|
||||
@@ -40,6 +41,7 @@ int init (const Settings* s, Glib::ustring baseDir) {
|
||||
|
||||
dcpStore->init (baseDir + "/dcpprofiles");
|
||||
|
||||
profileStore.init ();
|
||||
ProcParams::init ();
|
||||
CurveFactory::init ();
|
||||
ImProcFunctions::initMunsell();
|
||||
|
Reference in New Issue
Block a user