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

Gilles Caulier caulier.gilles at free.fr
Mon Nov 7 10:49:05 GMT 2005


------- 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;



More information about the Digikam-devel mailing list