diff options
author | Darrell Anderson <[email protected]> | 2012-06-16 00:03:42 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-16 00:03:42 -0500 |
commit | 1b195c7467eb254c1ab1a963b06b682844c39b86 (patch) | |
tree | 78ba4fc815314a6808eb0e4db44366e93fd06981 | |
parent | a874e3fb891023544086f2d54276975506d8498e (diff) | |
download | adept-1b195c7467eb254c1ab1a963b06b682844c39b86.tar.gz adept-1b195c7467eb254c1ab1a963b06b682844c39b86.zip |
Fix straggling XDG references missed in patch set from June 8, 2012.
-rw-r--r-- | adept/installer/app.cpp | 4 | ||||
m--------- | cmake | 0 |
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 |