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

List:       kde-commits
Subject:    kdeextragear-1/amarok/src
From:       Mark Kretschmann <markey () web ! de>
Date:       2005-01-24 17:20:30
Message-ID: 20050124172030.34D1D1CF8E () office ! kde ! org
[Download RAW message or body]

CVS commit by markey: 

FIX: Edit Script always reported "File not writable".


  M +1 -1      scriptmanager.cpp   1.39


--- kdeextragear-1/amarok/src/scriptmanager.cpp  #1.38:1.39
@@ -240,5 +240,5 @@ ScriptManager::slotEditScript()
     QFile file( m_scripts[name].url.path() );
 
-    if ( file.isWritable() )
+    if ( QFileInfo( file ).isWritable() )
         file.open( IO_ReadWrite );
     else {


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

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