Bug 52823 - kdeclassic klipper dock icon is missing
Summary: kdeclassic klipper dock icon is missing
Status: RESOLVED FIXED
Alias: None
Product: artwork
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Frans Englich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-09 23:47 UTC by Neil Stevens
Modified: 2003-01-10 01:07 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Neil Stevens 2003-01-09 23:47:14 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

The old 22x22 highcolor klipper icon is missing from kdeclassic, which looks terrible in the systray.
Comment 1 Carsten Pfeiffer 2003-01-10 01:07:41 UTC
Subject: kdebase/klipper

CVS commit by pfeiffer: 

try at fixing #52823. God knows why in applet mode, it still prefers to
load the crystal version.
CCMAIL: 52823-close@bugs.kde.org


  A            cr22-action-klipper.png   1.1
  M +0 -2      Makefile.am   1.44
  M +1 -1      toplevel.cpp   1.118
  R            klipper_dock.png   1.2


--- kdebase/klipper/Makefile.am  #1.43:1.44
@@ -37,6 +37,4 @@
 
 KDE_ICON = klipper
-dockicondir = $(kde_datadir)/klipper/pics
-dockicon_DATA = klipper_dock.png
 
 messages:

--- kdebase/klipper/toplevel.cpp  #1.117:1.118
@@ -90,5 +90,5 @@ KlipperWidget::KlipperWidget( QWidget *p
     // do NOT use UserIcon or appdata or something like that -- this breaks in
     // the kicker applet case!
-    m_pixmap = QPixmap( locate( "data", "klipper/pics/klipper_dock.png"  ));
+    m_pixmap = MainBarIcon( "klipper", 22 );
     adjustSize();