Fixed image should not open multiple times

see issue 1024
This commit is contained in:
Oliver Duis
2011-10-03 19:04:44 +02:00
parent f5d3f60789
commit 6f5eb6b371
5 changed files with 32 additions and 7 deletions

View File

@@ -51,6 +51,7 @@ class RTWindow : public Gtk::Window, public rtengine::ProgressListener{
void addEditorPanel (EditorPanel* ep,const std::string &name);
void remEditorPanel (EditorPanel* ep);
bool selectEditorPanel(const std::string &name);
void addBatchQueueJob (BatchQueueEntry* bqe, bool head=false);
void addBatchQueueJobs (std::vector<BatchQueueEntry*> &entries);