Version: kipi-plugins 0.1.0-rc1 (using KDE KDE 3.4.2) Installed from: Compiled From Sources OS: Linux For exemple: - Select a batch process which has a preview option (Border Images, Color Images, ...). - Click on the preview button (top-left) => all the widgets in the current window are disabled by the preview operation. - At the end of the preview operation, all the widgets are enabled except the checkbox "Remove original" which is left disabled.
SVN commit 477941 by jahrens: BUG: 114512 M +1 -0 batchprocessimagesdialog.cpp --- trunk/extragear/libs/kipi-plugins/batchprocessimages/batchprocessimagesdialog.cpp #477940:477941 @@ -1015,6 +1015,7 @@ m_addImagesButton->setEnabled(true); m_remImagesButton->setEnabled(true); m_smallPreview->setEnabled(true); + m_removeOriginal->setEnabled(true); showButtonCancel( true ); m_optionsButton->setEnabled(true); // Default status if 'slotTypeChanged' isn't re-implemented.