| Summary: | The checkbox "Remove original" is left disabled after a preview. | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Tung NGUYEN <ntung> |
| Component: | BatchQueueManager-Plugins | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 0.1.0 | |
| Sentry Crash Report: | |||
|
Description
Tung NGUYEN
2005-10-16 16:30:39 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.
|