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

List:       kde-commits
Subject:    KDE/kdelibs/kioslave/file
From:       Peter Kümmel <syntheticpp () yahoo ! com>
Date:       2007-07-23 21:08:29
Message-ID: 1185224909.443095.19821.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 691528 by kuemmel:

win fix

 M  +2 -2      file.cpp  


--- trunk/KDE/kdelibs/kioslave/file/file.cpp #691527:691528
@@ -217,11 +217,11 @@
 
 void FileProtocol::chown( const KUrl& url, const QString& owner, const QString& group )
 {
+    QByteArray _path( QFile::encodeName(url.toLocalFile()) );
 #ifdef Q_WS_WIN
     error( KIO::ERR_CANNOT_CHOWN, _path );
 #else
-    QByteArray _path( QFile::encodeName(url.toLocalFile()) );
-
+    
     uid_t uid;
     gid_t gid;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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