View | Details | Raw Unified | Return to bug 62584
Collapse All | Expand All

(-)kbear/files/patch-kbearcopyjob.cpp (+14 lines)
Line 0 Link Here
1
--- kbear/lib/jobclasses/kbearcopyjob.cpp.orig	Mon Feb  9 13:13:28 2004
2
+++ kbear/lib/jobclasses/kbearcopyjob.cpp	Mon Feb  9 13:13:56 2004
3
@@ -1080,11 +1080,7 @@
4
         } else if (m_mode == Move) // Moving a file
5
         {
6
             KBearFileCopyJob * moveJob = KBearFileCopyJob::file_move( m_destID, m_sourceID, (*it).uSource, (*it).uDest, (*it).permissions, bOverwrite, false, false/*no GUI*/ );
7
- #if KDE_VERSION_MINOR < 2
8
             moveJob->setSourceSize( (*it).size );
9
-  #else
10
-           moveJob->setSourceSize64( (*it).size );
11
- #endif
12
             newjob = moveJob;
13
             kdDebug(7007) << "KBearCopyJob::copyNextFile : Moving " << (*it).uSource.prettyURL() << " to " << (*it).uDest.prettyURL() << endl;
14
             emit moving( this, (*it).uSource, (*it).uDest );

Return to bug 62584