diff options
-rw-r--r-- | ftp/kbear/files/patch-kbearcopyjob.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ftp/kbear/files/patch-kbearcopyjob.cpp b/ftp/kbear/files/patch-kbearcopyjob.cpp new file mode 100644 index 000000000000..e81d74493b58 --- /dev/null +++ b/ftp/kbear/files/patch-kbearcopyjob.cpp @@ -0,0 +1,14 @@ +--- kbear/lib/jobclasses/kbearcopyjob.cpp.orig Mon Feb 9 13:13:28 2004 ++++ kbear/lib/jobclasses/kbearcopyjob.cpp Mon Feb 9 13:13:56 2004 +@@ -1080,11 +1080,7 @@ + } else if (m_mode == Move) // Moving a file + { + KBearFileCopyJob * moveJob = KBearFileCopyJob::file_move( m_destID, m_sourceID, (*it).uSource, (*it).uDest, (*it).permissions, bOverwrite, false, false/*no GUI*/ ); +- #if KDE_VERSION_MINOR < 2 + moveJob->setSourceSize( (*it).size ); +- #else +- moveJob->setSourceSize64( (*it).size ); +- #endif + newjob = moveJob; + kdDebug(7007) << "KBearCopyJob::copyNextFile : Moving " << (*it).uSource.prettyURL() << " to " << (*it).uDest.prettyURL() << endl; + emit moving( this, (*it).uSource, (*it).uDest ); |