From b343b9a7b3bd13c5b37155296efe703fd2168d8e Mon Sep 17 00:00:00 2001 From: Adam Reichold Date: Tue, 29 Dec 2015 17:42:14 +0100 Subject: [PATCH] Also change the currently Windows-specific code path for selecting the output folder in the batch queue. --- rtgui/batchqueuepanel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/batchqueuepanel.cc b/rtgui/batchqueuepanel.cc index 826fdf422..e4400d449 100644 --- a/rtgui/batchqueuepanel.cc +++ b/rtgui/batchqueuepanel.cc @@ -345,7 +345,7 @@ void BatchQueuePanel::pathFolderButtonPressed () void BatchQueuePanel::pathFolderChanged () { - options.savePathFolder = outdirFolder->get_current_folder(); + options.savePathFolder = outdirFolder->get_filename(); } void BatchQueuePanel::formatChanged (Glib::ustring f)