Bug 52823

Summary: kdeclassic klipper dock icon is missing
Product: artwork Reporter: Neil Stevens <neil>
Component: generalAssignee: Frans Englich <frans.englich>
Status: RESOLVED FIXED    
Severity: normal CC: pfeiffer
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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();