[Digikam-devel] [Bug 128296] Icon selector for tags wont let user select 'other icons'
Gilles Caulier
caulier.gilles at free.fr
Mon Aug 28 10:13:00 BST 2006
------- 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=128296
caulier.gilles free fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From caulier.gilles free fr 2006-08-28 11:12 -------
SVN commit 578035 by cgilles:
digikam from trunk : Tags Edit/Create dialog : Let's user select others folder to choose a tag icon.
BUG: 128296
M +2 -2 tagcreatedlg.cpp
--- trunk/extragear/graphics/digikam/digikam/tagcreatedlg.cpp #578034:578035
@ -162,7 +162,7 @
{
#if KDE_IS_VERSION(3,3,0)
KIconDialog dlg(this);
- dlg.setup(KIcon::NoGroup, KIcon::Application, false, 20, false, true, true);
+ dlg.setup(KIcon::NoGroup, KIcon::Application, false, 20, false, false, false);
QString icon = dlg.openDialog();
#else
QString icon = KIconDialog::getIcon(KIcon::NoGroup, KIcon::Application, false, 20);
@ -310,7 +310,7 @
{
#if KDE_IS_VERSION(3,3,0)
KIconDialog dlg(this);
- dlg.setup(KIcon::NoGroup, KIcon::Application, false, 20, false, true, true);
+ dlg.setup(KIcon::NoGroup, KIcon::Application, false, 20, false, false, false);
QString icon = dlg.openDialog();
#else
QString icon = KIconDialog::getIcon(KIcon::NoGroup, KIcon::Application, false, 20);
More information about the Digikam-devel
mailing list