Disable taskbarthumbnails until Plasma uses this feature again.

No point in having this effect offered when it doesn't work.

svn path=/trunk/KDE/kdebase/workspace/; revision=827265
icc-effect-5.14.5
Sebastian Kügler 2008-07-02 13:32:09 +00:00
parent 1fd9f9aa92
commit 8556f99b8a
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ SET(kwin4_effect_builtins_sources
shadow.cpp
showfps.cpp
showpaint.cpp
taskbarthumbnail.cpp
#taskbarthumbnail.cpp # Enable when plasma has tooltips again
thumbnailaside.cpp
zoom.cpp
)
@ -72,7 +72,7 @@ install( FILES
shadow.desktop
showfps.desktop
showpaint.desktop
taskbarthumbnail.desktop
#taskbarthumbnail.desktop # Enable when plasma has tooltips again
thumbnailaside.desktop
zoom.desktop
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )