Date: Sun, 17 Apr 2005 18:00:49 GMT From: Heiner <h.eichmann@gmx.de> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/79800: Port upgrade: x11-fm/krusader to 1.60.0 Message-ID: <200504171800.j3HI0nfJ034181@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/79800; it has been noted by GNATS. From: Heiner <h.eichmann@gmx.de> To: Volker Stolz <vs@FreeBSD.org>, bug-followup@FreeBSD.org Cc: Subject: Re: ports/79800: Port upgrade: x11-fm/krusader to 1.60.0 Date: Sun, 17 Apr 2005 20:01:14 +0000 --Boundary-00=_KCsYCeQTNid8K8S Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks for the hint. Please add the attached file to the files directory. Heiner --Boundary-00=_KCsYCeQTNid8K8S Content-Type: text/x-c++src; charset="iso-8859-1"; name="patch-Synchronizer-synchronizer.cpp" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-Synchronizer-synchronizer.cpp" --- krusader/Synchronizer/synchronizer.cpp.orig Sat Feb 12 13:54:06 2005 +++ krusader/Synchronizer/synchronizer.cpp Fri Apr 15 21:39:03 2005 @@ -1192,8 +1192,6 @@ waitWindow->setProgress( percent ); } -void Synchronizer::synchronizeWithKGet() -{ class KgetProgressDialog : public KDialogBase { public: @@ -1243,6 +1241,8 @@ bool mPaused; }; +void Synchronizer::synchronizeWithKGet() +{ bool isLeftLocal = vfs::fromPathOrURL( leftBaseDirectory() ).isLocalFile(); KgetProgressDialog *progDlg = 0; int processedCount = 0, totalCount = 0; --Boundary-00=_KCsYCeQTNid8K8S--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504171800.j3HI0nfJ034181>