Solving issue 1684: "thumbnail.cc uses Glib::Mutex recusively" ; this changeset introduce a new MyMutex and MyMutex::MyLock class that has to be used instead of Glib ones
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
#include <glibmm.h>
|
||||
#include "../rtengine/rtengine.h"
|
||||
#include "threadutils.h"
|
||||
#include "thumbnail.h"
|
||||
|
||||
class BQEntryUpdateListener {
|
||||
@@ -45,7 +46,7 @@ class BatchQueueEntryUpdater {
|
||||
bool stopped;
|
||||
std::list<Job> jqueue;
|
||||
Glib::Thread* thread;
|
||||
Glib::Mutex* qMutex;
|
||||
MyMutex* qMutex;
|
||||
|
||||
public:
|
||||
BatchQueueEntryUpdater ();
|
||||
|
Reference in New Issue
Block a user