[Digikam-devel] [Bug 143934] Cannot download all photos from camera

Gilles Caulier caulier.gilles at gmail.com
Thu Aug 30 10:49:45 BST 2007


------- 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=143934         
caulier.gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles gmail com  2007-08-30 11:49 -------
SVN commit 706406 by cgilles:

digiKam from trunk (KDE4) :  Camera GUI : always lets "Download All" option availalble
BUG: 143934 


 M  +0 -4      cameraui.cpp  


--- trunk/extragear/graphics/digikam/utilities/cameragui/cameraui.cpp #706405:706406
 @ -1678,9 +1678,7  @
         // for customized names, the downloadNames depend on the selection.
         // So do not allow Download All if there is a selection!
         d->downloadSelectedAction->setEnabled(hasSelection);
-        d->downloadAllAction->setEnabled(!hasSelection);
         d->downloadDelSelectedAction->setEnabled(hasSelection);
-        d->downloadDelAllAction->setEnabled(!hasSelection);
         d->deleteSelectedAction->setEnabled(hasSelection);
         d->imageViewAction->setEnabled(hasSelection);
     }
 @ -1690,9 +1688,7  @
         // so we can allow Download All.
         // This is the easiest default for new users
         d->downloadSelectedAction->setEnabled(hasSelection);
-        d->downloadAllAction->setEnabled(true);
         d->downloadDelSelectedAction->setEnabled(hasSelection);
-        d->downloadDelAllAction->setEnabled(true);
         d->deleteSelectedAction->setEnabled(hasSelection);
         d->imageViewAction->setEnabled(hasSelection);
     }



More information about the Digikam-devel mailing list