This only happens if "only replace if newer" is activated via settings.

Seems to be just a single line in zip.cpp, so it's not exactly the same
error as the Mandriva bug, but quite similar. I will provide a diff:


if ( ArkSettings::replaceOnlyWithNewer() )
     *kp << "-u";
-  else
+  // else

*kp << m_filename;


So just a single line to change, the "else" is too much as it seems..

-- 
ARK: Adding files to a zip file -> Error
https://launchpad.net/bugs/75660

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to