[Digikam-devel] [Bug 147854] Put images into an emptied light-table
Gilles Caulier
caulier.gilles at gmail.com
Fri Sep 7 19:00:34 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=147854
------- Additional Comments From caulier.gilles gmail com 2007-09-07 20:00 -------
SVN commit 709519 by cgilles:
forget to toogle on/off add to LT action if an item is a selection if active or not into the current album
CCBUGS: 147854
M +2 -0 digikamapp.cpp
--- trunk/extragear/graphics/digikam/digikam/digikamapp.cpp #709518:709519
@ -952,6 +952,7 @
d->imageViewAction->setEnabled(false);
d->imagePreviewAction->setEnabled(false);
d->imageLightTableAction->setEnabled(false);
+ d->imageAddLightTableAction->setEnabled(false);
d->imageRenameAction->setEnabled(false);
d->imageDeleteAction->setEnabled(false);
d->imageExifOrientationActionMenu->setEnabled(false);
@ -1154,6 +1155,7 @
d->imageViewAction->setEnabled(val);
d->imagePreviewAction->setEnabled(val);
d->imageLightTableAction->setEnabled(val);
+ d->imageAddLightTableAction->setEnabled(val);
d->imageRenameAction->setEnabled(val);
d->imageDeleteAction->setEnabled(val);
d->imageExifOrientationActionMenu->setEnabled(val);
More information about the Digikam-devel
mailing list