Don't scan for darframes/flatfields/cluts if folder is not set, #2238

This commit is contained in:
heckflosse
2019-06-24 19:52:17 +02:00
parent d3fb58a19c
commit 66c9cd6177
5 changed files with 11 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ protected:
class DFManager
{
public:
void init( Glib::ustring pathname );
void init(const Glib::ustring &pathname);
Glib::ustring getPathname()
{
return currentPath;