From kde-commits Fri Mar 20 20:40:29 2009 From: Christian Loose Date: Fri, 20 Mar 2009 20:40:29 +0000 To: kde-commits Subject: KDE/kdeplasma-addons/applets/dict Message-Id: <1237581629.165752.29376.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123758164319983 SVN commit 942004 by cloose: Fix icon in dictionary applet Oxygen doesn't install the scalable icons anymore. So copy the accessories-dictionary icon over and install it ourself. M +2 -0 CMakeLists.txt A oxsc-app-accessories-dictionary.svgz trunk/kdesupport/oxygen-icons/scalable/apps/accessories-dictionary.svgz#941468 --- trunk/KDE/kdeplasma-addons/applets/dict/CMakeLists.txt #942003:942004 @@ -12,3 +12,5 @@ install(TARGETS plasma_applet_dict DESTINATION ${PLUGIN_INSTALL_DIR}) install(FILES plasma-dict-default.desktop DESTINATION ${SERVICES_INSTALL_DIR}) + +kde4_install_icons(${ICON_INSTALL_DIR})