Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2005 23:28:50 +0000
From:      Heiner <h.eichmann@gmx.de>
To:        Volker Stolz <vs@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/79800: Port upgrade: x11-fm/krusader to 1.60.0
Message-ID:  <200504152328.51046.h.eichmann@gmx.de>
In-Reply-To: <200504141019.j3EAJduC047799@freefall.freebsd.org>
References:  <200504141019.j3EAJduC047799@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_z4EYCg9gfIOz4IM
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Thanks for the hint. Please apply the attached patch additionally.

Heiner


--Boundary-00=_z4EYCg9gfIOz4IM
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="diff"

diff -urN ../../x11-fm/krusader/files/patch-Synchronizer-synchronizer.cpp ./files/patch-Synchronizer-synchronizer.cpp
--- ../../x11-fm/krusader/files/patch-Synchronizer-synchronizer.cpp	Thu Jan  1 00:00:00 1970
+++ ./files/patch-Synchronizer-synchronizer.cpp	Fri Apr 15 19:42:05 2005
@@ -0,0 +1,20 @@
+--- 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=_z4EYCg9gfIOz4IM--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504152328.51046.h.eichmann>