| Summary: | AdjustLevels: the "Load" button opens the "Save As..." dialog box and vice-versa. | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Tung NGUYEN <ntung> |
| Component: | Plugin-Editor-Curves | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.8.0 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 7.6.0 | |
| Sentry Crash Report: | |||
|
Description
Tung NGUYEN
2005-11-07 11:27:54 UTC
SVN commit 478622 by cgilles:
Fix inverted Load/Save As settings buttons.
CCBUG : 115849
M +2 -2 adjustlevels.cpp
--- trunk/extragear/graphics/digikamimageplugins/adjustlevels/adjustlevels.cpp #478621:478622
@@ -635,7 +635,7 @@
}
// Load all settings.
-void AdjustLevelDialog::slotUser2()
+void AdjustLevelDialog::slotUser3()
{
KURL loadLevelsFile;
@@ -656,7 +656,7 @@
}
// Save all settings.
-void AdjustLevelDialog::slotUser3()
+void AdjustLevelDialog::slotUser2()
{
KURL saveLevelsFile;
|