Bug 114512 - The checkbox "Remove original" is left disabled after a preview.
Summary: The checkbox "Remove original" is left disabled after a preview.
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: BatchQueueManager-Plugins (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-16 16:30 UTC by Tung NGUYEN
Modified: 2022-02-06 04:50 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.1.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.