[Kde-imaging] [Bug 114512] The checkbox "Remove original" is left disabled after a preview.
Joern Ahrens
joern.ahrens at kdemail.net
Sat Nov 5 13:44:33 CET 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=114512
joern.ahrens kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From joern.ahrens kdemail net 2005-11-05 13:44 -------
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.
More information about the Kde-imaging
mailing list