Bug 115849 - AdjustLevels: the "Load" button opens the "Save As..." dialog box and vice-versa.
Summary: AdjustLevels: the "Load" button opens the "Save As..." dialog box and vice-ve...
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Editor-Curves (show other bugs)
Version: 0.8.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-07 11:27 UTC by Tung NGUYEN
Modified: 2022-01-18 16:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 7.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tung NGUYEN 2005-11-07 11:27:54 UTC
Version:           0.8.0-beta2 (using KDE KDE 3.4.2)
Installed from:    Compiled From Sources
OS:                Linux

- The "Load" button opens the "Save As..." dialog box and when you think you select a file to load, you actually overwrite this file with the current settings.

- The "Save As..." button opens the "Load" dialog box and when you think you select a file to save, you actually overwrite the current settings with this file.
Comment 1 caulier.gilles 2005-11-07 11:49:04 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;