[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/stable/extragear/multimedia/amarok/src/mediadevice/ipod
From:       Martin Aumüller <aumuell () reserv ! at>
Date:       2008-04-10 8:45:01
Message-ID: 1207817101.947524.808.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 795406 by aumuell:

revert r786023 in one place: otherwise, creating the ipod lock file would only be attempted if the
lockfile already existed, thereby preventing ipods from connecting


 M  +1 -2      ipodmediadevice.cpp  


--- branches/stable/extragear/multimedia/amarok/src/mediadevice/ipod/ipodmediadevice.cpp #795405:795406
@@ -984,8 +984,7 @@
 IpodMediaDevice::createLockFile( bool silent )
 {
     QString lockFilePath;
-    if (!pathExists( itunesDir( "iTunes:iTunesLock" ), &lockFilePath ))
-        return false;
+    pathExists( itunesDir( "iTunes:iTunesLock" ), &lockFilePath );
 
     m_lockFile = new QFile( lockFilePath );
     QString msg;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic