FreeBSD Bugzilla – Attachment 39742 Details for
Bug 62584
[maintainer] ftp/kbear: fix build for KDE 3.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
kbear.diff
kbear.diff (text/plain), 1.01 KB, created by
Markus Brueffer
on 2004-02-09 13:00:43 UTC
(
hide
)
Description:
kbear.diff
Filename:
MIME Type:
Creator:
Markus Brueffer
Created:
2004-02-09 13:00:43 UTC
Size:
1.01 KB
patch
obsolete
>diff -ruN kbear.orig/files/patch-kbearcopyjob.cpp kbear/files/patch-kbearcopyjob.cpp >--- kbear.orig/files/patch-kbearcopyjob.cpp Thu Jan 1 01:00:00 1970 >+++ kbear/files/patch-kbearcopyjob.cpp Mon Feb 9 13:45:41 2004 >@@ -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 );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62584
: 39742