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})