Merge branch 'dev' into newlocallab
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include <glib/gstdio.h>
|
||||
|
||||
#include "../rtengine/rt_math.h"
|
||||
#include "../rtengine/procparams.h"
|
||||
|
||||
#include "guiutils.h"
|
||||
#include "options.h"
|
||||
@@ -36,6 +37,8 @@
|
||||
#include "thumbimageupdater.h"
|
||||
#include "batchqueue.h"
|
||||
#include "placesbrowser.h"
|
||||
#include "pathutils.h"
|
||||
#include "thumbnail.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -602,7 +605,7 @@ std::vector<Glib::ustring> FileCatalog::getFileList()
|
||||
|
||||
names.push_back(Glib::build_filename(selectedDirectory, fname));
|
||||
} catch (Glib::Exception& exception) {
|
||||
if (options.rtSettings.verbose) {
|
||||
if (rtengine::settings->verbose) {
|
||||
std::cerr << exception.what() << std::endl;
|
||||
}
|
||||
}
|
||||
@@ -610,7 +613,7 @@ std::vector<Glib::ustring> FileCatalog::getFileList()
|
||||
|
||||
} catch (Glib::Exception& exception) {
|
||||
|
||||
if (options.rtSettings.verbose) {
|
||||
if (rtengine::settings->verbose) {
|
||||
std::cerr << "Failed to list directory \"" << selectedDirectory << "\": " << exception.what() << std::endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user