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)