Bug 114512

Summary: The checkbox "Remove original" is left disabled after a preview.
Product: [Applications] digikam Reporter: Tung NGUYEN <ntung>
Component: BatchQueueManager-PluginsAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 0.1.0

Description Tung NGUYEN 2005-10-16 16:30:39 UTC
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.
Comment 1 Joern Ahrens 2005-11-05 13:44:32 UTC
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.