mirror of
https://github.com/KDE/konsole.git
synced 2026-05-07 22:26:17 -04:00
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=684802
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user