aboutsummaryrefslogtreecommitdiff
path: root/ftp/kbear
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-09 15:21:56 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-09 15:21:56 +0000
commit5e20eeb3dc664d573ba7f680d1b0cd2add758679 (patch)
tree2b17f5e4eea9f2626e61cdfd82d49780a261992f /ftp/kbear
parent774190c632d23771893eaf8693e8debdd72a2990 (diff)
downloadports-5e20eeb3dc664d573ba7f680d1b0cd2add758679.tar.gz
ports-5e20eeb3dc664d573ba7f680d1b0cd2add758679.zip
Notes
Diffstat (limited to 'ftp/kbear')
-rw-r--r--ftp/kbear/files/patch-kbearcopyjob.cpp14
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 );