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

List:       kde-commits
Subject:    KDE/kdelibs/kioslave/file
From:       Carlo Segato <brandon.ml () gmail ! com>
Date:       2009-01-21 13:09:46
Message-ID: 1232543386.522518.2727.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 914576 by segato:

do a redirect instead of threating .lnk as symlinks on windows, thanks to dfaure for the tip

 M  +1 -1      file_win.cpp  


--- trunk/KDE/kdelibs/kioslave/file/file_win.cpp #914575:914576
@@ -154,7 +154,7 @@
 
         entry.insert( KIO::UDSEntry::UDS_NAME, it.fileName() );
         if( fileInfo.isSymLink() ) {
-            entry.insert( KIO::UDSEntry::UDS_LINK_DEST, fileInfo.symLinkTarget() );
+            entry.insert( KIO::UDSEntry::UDS_TARGET_URL, fileInfo.symLinkTarget() );
 /* TODO - or not useful on windows?
             if ( details > 1 ) {
                 // It is a link pointing to nowhere
[prev in list] [next in list] [prev in thread] [next in thread] 

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