------- 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
------- Additional Comments From caulier.gilles gmail com 2007-08-30 11:47 -------
SVN commit 706405 by cgilles:
digiKam from KDE3 branch : Camera GUI : always lets "Download All" option availalble
CCBUGS: 143934
M +0 -4 cameraui.cpp
--- branches/extragear/kde3/graphics/digikam/utilities/cameragui/cameraui.cpp #706404:706405
@ -1547,9 +1547,7 @
// for customized names, the downloadNames depend on the selection.
// So do not allow Download All if there is a selection!
d->downloadMenu->setItemEnabled(0, hasSelection);
- d->downloadMenu->setItemEnabled(1, !hasSelection);
d->downloadMenu->setItemEnabled(2, hasSelection);
- d->downloadMenu->setItemEnabled(3, !hasSelection);
}
else
{
@ -1557,9 +1555,7 @
// so we can allow Download All.
// This is the easiest default for new users
d->downloadMenu->setItemEnabled(0, hasSelection);
- d->downloadMenu->setItemEnabled(1, true);
d->downloadMenu->setItemEnabled(2, hasSelection);
- d->downloadMenu->setItemEnabled(3, true);
}
}
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel