[Digikam-devel] [Bug 147854] Put images into an emptied light-table
Gilles Caulier
caulier.gilles at gmail.com
Fri Sep 7 11:22:57 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 12:22 -------
SVN commit 709357 by cgilles:
do not mix 2 action on the same container.
CCBUGS: 147854
M +2 -2 digikamapp.cpp
M +2 -0 digikamappprivate.h
--- branches/extragear/kde3/graphics/digikam/digikam/digikamapp.cpp #709356:709357
@ -636,14 +636,14 @
"image_lighttable");
d->imageLightTableAction->setWhatsThis(i18n("Put the selected items into the light table thumbbar."));
- d->imageLightTableAction = new KAction(i18n("Add to Light Table"),
+ d->imageAddLightTableAction = new KAction(i18n("Add to Light Table"),
"idea",
CTRL+Key_F6,
d->view,
SLOT(slotImageAddToLightTable()),
actionCollection(),
"image_add_to_lighttable");
- d->imageLightTableAction->setWhatsThis(i18n("Add selected items to the light table thumbbar."));
+ d->imageAddLightTableAction->setWhatsThis(i18n("Add selected items to the light table thumbbar."));
d->imageRenameAction = new KAction(i18n("Rename..."),
"pencil",
--- branches/extragear/kde3/graphics/digikam/digikam/digikamappprivate.h #709356:709357
@ -95,6 +95,7 @
imagePreviewAction = 0;
imageViewAction = 0;
imageLightTableAction = 0;
+ imageAddLightTableAction = 0;
imageSetExifOrientation1Action = 0;
imageSetExifOrientation2Action = 0;
imageSetExifOrientation3Action = 0;
@ -190,6 +191,7 @
// Image Actions
KToggleAction *imagePreviewAction;
KAction *imageLightTableAction;
+ KAction *imageAddLightTableAction;
KAction *imageViewAction;
KAction *imageSetExifOrientation1Action;
KAction *imageSetExifOrientation2Action;
More information about the Digikam-devel
mailing list