From 607ef7be1eb05595502d3653a3dd1ea88e90e0a8 Mon Sep 17 00:00:00 2001 From: Wyatt Olson Date: Fri, 23 Apr 2010 21:27:52 -0600 Subject: [PATCH] Added patch for issue #38 (batch processing does not use Format Params correctly); patch by Patrice Lacourure --- rtgui/batchqueuepanel.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtgui/batchqueuepanel.cc b/rtgui/batchqueuepanel.cc index 938e3d09a..ddaf04b60 100755 --- a/rtgui/batchqueuepanel.cc +++ b/rtgui/batchqueuepanel.cc @@ -184,6 +184,7 @@ void BatchQueuePanel::startBatchProc () { if (batchQueue->hasJobs()) { fdir->set_sensitive (false); fformat->set_sensitive (false); + saveOptions(); batchQueue->startProcessing (); } else