Version: (using KDE 4.2.0) OS: MS Windows Installed from: MS Windows Go to 'Kget Settings' >> 'Configure KGet' >> select section 'Groups' >> select default group and click "Select icon". Choose any icon and press "Ok" Selecting an icon switches also an icon for "Select icon" button. Alternatively add new group, select this new group and click "Select icon". Choose any icon and press "Ok". The same happens here. screenshot if I didn't managed to describe it properly ;) -> http://img90.imageshack.us/img90/7392/kgeticon420.png
This is the current behavior of the KIconButton (http://api.kde.org/4.x-api/kdelibs-apidocs/kio/html/classKIconButton.html) displaying the selected icon in the button. Maybe we can call resetIcon after changeIcon signal.
I think we should rather use the group's icon for the button from the beginning... Lukas
Hi lukas! Do you mean use the group icon in the list to raise the select icon dialog and remove the 'select icon' on the bottom of the preferences page or Use always the selected group icon in the 'select icon' button ? (In reply to comment #2) > I think we should rather use the group's icon for the button from the > beginning... > > Lukas
Just set the current group's icon as current icon of the KIconButton... :) Lukas PS: I would have fixed that already, but I'm somehow working on something else in KGet at the moment ;)
SVN commit 953905 by lappelhans: When a group gets selected use the group's icon for the KIconButton BUG:187995 M +1 -0 conf/transfersgroupwidget.cpp M +6 -1 core/transfergroup.h M +7 -2 core/transfergrouphandler.h WebSVN link: http://websvn.kde.org/?view=rev&revision=953905