| Summary: | Dock icon is name not sane | ||
|---|---|---|---|
| Product: | [Applications] kget | Reporter: | Dan Leinir Turthra Jensen <leinir> |
| Component: | general | Assignee: | KGet bugs <kget-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | tyrerj |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Dan Leinir Turthra Jensen
2003-11-28 12:57:43 UTC
I will also add that the current code doesn't appear to be able to theme this icon. I added the old (KDE-3.2.3) icon as: $KDEDIR/share/apps/kget/icons/kdeclassic/22x22/actions/dock.png and although my selected theme is KDEClassic, it still shows the CrystalSVG icon. :-( Also, I think that if the Drop Target is going to be CrystalSVG that it should also be themeable. -- JRT SVN commit 422084 by pino:
Giving a better icon for the 'dock' icon, so it's easily themeable by our artists.
CCBUG: 69207
M +1 -1 docking.cpp
D icons/cr22-action-dock.png
A icons/cr22-action-kget_dock.png icons/cr22-action-dock.png#422078
--- trunk/KDE/kdenetwork/kget/docking.cpp #422083:422084
@@ -42,7 +42,7 @@
{
parent = _parent;
- setPixmap( loadIcon( "dock" ));
+ setPixmap( loadIcon( "kget_dock" ));
// popup menu for right mouse button
KPopupMenu *popupMenu = contextMenu();
SVN commit 422087 by pino:
Giving a better icon for the 'dock' icon, so it's easily themeable by our artists.
BUG: 69207
M +1 -1 docking.cpp
D icons/cr22-action-dock.png
A icons/cr22-action-kget_dock.png icons/cr22-action-dock.png#421115
--- branches/KDE/3.4/kdenetwork/kget/docking.cpp #422086:422087
@@ -42,7 +42,7 @@
{
parent = _parent;
- setPixmap( loadIcon( "dock" ));
+ setPixmap( loadIcon( "kget_dock" ));
// popup menu for right mouse button
KPopupMenu *popupMenu = contextMenu();
|