summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-30 18:31:33 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-30 18:31:33 +0000
commit54ded844d28dbe67fadcfdf64f1e3196585a486c (patch)
treedc6912792c7559b64025cb5634450ec764fa20dd
parent00b33407b53ff40cebdd7fa78e13908ce503b902 (diff)
downloadother-54ded844d28dbe67fadcfdf64f1e3196585a486c.tar.gz
other-54ded844d28dbe67fadcfdf64f1e3196585a486c.zip
[kde-common/cmake] tde_install_icons: properly clearing theme
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1226579 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--cmake/modules/TDEMacros.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/TDEMacros.cmake b/cmake/modules/TDEMacros.cmake
index bbb0cd9..54536de 100644
--- a/cmake/modules/TDEMacros.cmake
+++ b/cmake/modules/TDEMacros.cmake
@@ -84,6 +84,7 @@ macro( tde_install_icons )
# autodetect theme
if( NOT _req_theme )
+ unset( _theme )
if( "${_type}" STREQUAL "cr" )
set( _theme crystalsvg )
elseif( "${_type}" STREQUAL "lo" )