Fixed up previous commit (unwanted change got included by mistake).

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 6 years ago
parent 7fa9742d01
commit 089c1a626e

@ -609,8 +609,7 @@ void KonqSidebarTree::scanDir( KonqSidebarTreeItem *parent, const TQString &path
// Version 4 includes lan.desktop and floppy.desktop, Alex
// Version 5 includes the audiocd browser
// Version 6 includes the printmanager and lan browser
// Version 7 includes TDE specific changes to network places
const int currentVersion = 7;
const int currentVersion = 6;
TQString key = TQString::fromLatin1("X-TDE-DirTreeVersionNumber");
KSimpleConfig versionCfg( path + "/.directory" );
int versionNumber = versionCfg.readNumEntry( key, 1 );

Loading…
Cancel
Save