[Bug 115849] New: AdjustLevels: the "Load" button opens the "Save As..." dialog box and vice-versa.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 115849] New: AdjustLevels: the "Load" button opens the "Save As..." dialog box and vice-versa.

Tung NGUYEN
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=115849         
           Summary: AdjustLevels: the "Load" button opens the "Save As..."
                    dialog box and vice-versa.
           Product: digikamimageplugins
           Version: 0.8.0-beta2
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: ntung free fr


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.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 115849] AdjustLevels: the "Load" button opens the "Save As..." dialog box and vice-versa.

Gilles Caulier
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=115849         
caulier.gilles free fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|general                     |Adjust Curves
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles free fr  2005-11-07 11:49 -------
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;
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel