Batch queue/preview stability enhancements; see issue #611

This commit is contained in:
Oliver Duis
2011-04-02 11:12:22 +02:00
parent 5af8524ae2
commit 0de4f199f0
20 changed files with 138 additions and 139 deletions

View File

@@ -47,9 +47,9 @@ class PLDBridge : public rtengine::ProgressListener {
gdk_threads_leave ();
}
void setProgressState (int state){
void setProgressState (bool inProcessing){
gdk_threads_enter ();
pl->setProgressState(state);
pl->setProgressState(inProcessing);
gdk_threads_leave ();
}