Temporary file has wrong filename when switching to another image while 'Edit current image in external editor' is processing, Issue 2699

This commit is contained in:
Ingo
2015-03-03 00:58:17 +01:00
parent 7b99e16a31
commit 59144566d9
2 changed files with 5 additions and 5 deletions

View File

@@ -122,7 +122,7 @@ class EditorPanel : public Gtk::VBox,
BatchQueueEntry* createBatchQueueEntry ();
bool idle_imageSaved(ProgressConnector<int> *pc,rtengine::IImage16* img,Glib::ustring fname, SaveFormat sf);
bool idle_saveImage(ProgressConnector<rtengine::IImage16*> *pc,Glib::ustring fname, SaveFormat sf);
bool idle_sendToGimp( ProgressConnector<rtengine::IImage16*> *pc);
bool idle_sendToGimp( ProgressConnector<rtengine::IImage16*> *pc, Glib::ustring fname);
bool idle_sentToGimp(ProgressConnector<int> *pc,rtengine::IImage16* img,Glib::ustring filename);
int err;