From a986ab57229fa7a0d039d320001dc48018951bf1 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 20 Sep 2003 18:20:54 +0000 Subject: Fix the config name no need to append the .conf yourself --- (limited to 'core/launcher') diff --git a/core/launcher/transferserver.cpp b/core/launcher/transferserver.cpp index 2180577..c69df2d 100644 --- a/core/launcher/transferserver.cpp +++ b/core/launcher/transferserver.cpp @@ -222,7 +222,7 @@ bool SyncAuthentication::checkPassword( const QString& password ) * we need to support old Sync software and QtopiaDesktop */ if ( password.left(6) == "Qtopia" || password.left(6) == "rootme" ) { - Config cfg( "Security.conf" ); + Config cfg( "Security" ); cfg.setGroup("Sync"); QStringList pwds = cfg.readListEntry("Passwords",' '); for (QStringList::ConstIterator it=pwds.begin(); it!=pwds.end(); ++it) { -- cgit v0.9.0.2