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

List:       kde-commits
Subject:    branches/KDE/3.5/kdeutils/ark
From:       Charis Kouzinopoulos <haris () mpa ! gr>
Date:       2006-04-18 20:12:28
Message-ID: 1145391148.048435.18170.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 531251 by charis:

We already convert QString to KURL, actually use it!
BUG: 125788





 M  +1 -1      compressedfile.cpp  


--- branches/KDE/3.5/kdeutils/ark/compressedfile.cpp #531250:531251
@@ -165,8 +165,8 @@
   KURL src, target;
   src.setPath( m_filename );
   target.setPath( m_tmpfile );
-  KIO::NetAccess::copy( m_filename, m_tmpfile, m_gui );
 
+  KIO::NetAccess::copy( src, target, m_gui );
   kdDebug(1601) << "Temp file name is " << m_tmpfile << endl;
 
   KProcess *kp = m_currentProcess = new KProcess;
[prev in list] [next in list] [prev in thread] [next in thread] 

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