diff options
author | Will Andrews <will@FreeBSD.org> | 2002-04-22 02:00:06 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-04-22 02:00:06 +0000 |
commit | ad3b02c65e4632f2704a52af22bb9815bbf51178 (patch) | |
tree | 4cd57208b7f23ced9dc8d464d11547b2077b7adb /x11/kdelibs3/files/patch-kio::job.cpp | |
parent | Reclaim maintainership. (diff) |
Update to 3.0.
Notes
Notes:
svn path=/head/; revision=57969
Diffstat (limited to 'x11/kdelibs3/files/patch-kio::job.cpp')
-rw-r--r-- | x11/kdelibs3/files/patch-kio::job.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/kdelibs3/files/patch-kio::job.cpp b/x11/kdelibs3/files/patch-kio::job.cpp deleted file mode 100644 index 113a0eb1a13e..000000000000 --- a/x11/kdelibs3/files/patch-kio::job.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kio/job.cpp.20011019 Fri Oct 19 16:09:57 2001 -+++ kio/job.cpp Tue Oct 30 21:49:15 2001 -@@ -2472,7 +2472,7 @@ - // But for files coming from TAR, we want to preserve permissions -> we use default perms only if from remote - // The real fix would be KProtocolInfo::inputType(protocol) == T_FILESYSTEM, but we can't access ksycoca from here ! - bool remoteSource = !(*it).uSource.isLocalFile() && ((*it).uSource.protocol() != "tar"); // HACK -- mode_t permissions = ( remoteSource && (*it).uDest.isLocalFile() ) ? (mode_t)-1 : (*it).permissions; -+ int permissions = ( remoteSource && (*it).uDest.isLocalFile() ) ? -1 : (*it).permissions; - KIO::FileCopyJob * copyJob = KIO::file_copy( (*it).uSource, (*it).uDest, permissions, bOverwrite, false, false/*no GUI*/ ); - copyJob->setSourceSize( (*it).size ); - newjob = copyJob; |