svn path=/trunk/KDE/kdebase/apps/konsole/; revision=684802

This commit is contained in:
Alexander Rodin
2007-07-07 08:33:07 +00:00
parent 213353e903
commit 3a6c0d6410
3 changed files with 4 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ QString SessionManager::loadProfile(const QString& shortPath)
// load the profile
ProfileReader* reader = 0;
if ( path.endsWith(".desktop") )
reader = 0; //new KDE3ProfileReader;
reader = 0; // new KDE3ProfileReader;
else
reader = new KDE4ProfileReader;