[Digikam-devel] [Bug 147854] Put images into an emptied light-table

Gilles Caulier caulier.gilles at gmail.com
Fri Sep 7 19:02:20 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:02 -------
SVN commit 709521 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  


--- branches/extragear/kde3/graphics/digikam/digikam/digikamapp.cpp #709520:709521
 @ -974,6 +974,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);
 @ -1195,6 +1196,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