summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--adept/installer/app.cpp4
m---------cmake0
2 files changed, 2 insertions, 2 deletions
diff --git a/adept/installer/app.cpp b/adept/installer/app.cpp
index e85c576..9613bf0 100644
--- a/adept/installer/app.cpp
+++ b/adept/installer/app.cpp
@@ -49,9 +49,9 @@ std::string GroupPolicy::groupForCategories( Range< std::string > r ) {
}
std::cerr << std::endl; */
for ( Range< std::string > i = r; i != i.end(); ++i ) {
- if ( i->find( "X-KDE-settings" ) != std::string::npos )
+ if ( i->find( "X-TDE-settings" ) != std::string::npos )
return "Settings";
- if ( i->find( "X-KDE-information" ) != std::string::npos )
+ if ( i->find( "X-TDE-information" ) != std::string::npos )
return "Settings";
}
if ( r.contains( "Development" ) ) return "Development";
diff --git a/cmake b/cmake
-Subproject 477d071b5db5544ace5449f0c2eea6d5c01d693
+Subproject 07921f23f88ede05bf40f01d870e18dee886890