summaryrefslogtreecommitdiff
path: root/devel/cervisia/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-12-13 19:24:02 +0000
committerhubertf <hubertf@pkgsrc.org>1999-12-13 19:24:02 +0000
commit1fcfb8887cce869b5d7533bfc2c5604ba099acf5 (patch)
treee18309f24aaa631d31278ac8cd666d35621d4039 /devel/cervisia/patches
parentcb6bf07ac46627a4de800d3a2b2c030b5ba99dfc (diff)
downloadpkgsrc-1fcfb8887cce869b5d7533bfc2c5604ba099acf5.tar.gz
Update to V0.3.1. Changes:
in 0.3.0: Added ChangeLog editor, solved several UI issues, added tooltips to log tree, added settings dialog, and made compilation with KRASH possible (while maintaining compatibility with KDE 1.1). in 0.3.1: A bug which caused files mistakenly marked as up to date was fixed, as well as the options menu. Now shows a wait cursor while child process runs in background. The Ok button in settings dialog was made the default.
Diffstat (limited to 'devel/cervisia/patches')
-rw-r--r--devel/cervisia/patches/patch-ac20
1 files changed, 10 insertions, 10 deletions
diff --git a/devel/cervisia/patches/patch-ac b/devel/cervisia/patches/patch-ac
index 23e5f2fbc7d..1e6bcba3fe0 100644
--- a/devel/cervisia/patches/patch-ac
+++ b/devel/cervisia/patches/patch-ac
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.1.1.1 1999/11/05 04:32:07 hubertf Exp $
+$NetBSD: patch-ac,v 1.2 1999/12/13 19:24:04 hubertf Exp $
---- src/toplevel.cpp.orig Fri Nov 5 05:27:35 1999
-+++ src/toplevel.cpp Fri Nov 5 05:27:43 1999
-@@ -297,7 +297,7 @@
- if (!filename.isEmpty())
- {
- DEBUGOUT( "Open file" << filename << "." );
-- QString command = "gnuclient ";
-+ QString command = "kwrite ";
+--- src/toplevel.cpp.orig Mon Nov 22 19:50:56 1999
++++ src/toplevel.cpp Mon Dec 13 20:04:48 1999
+@@ -400,7 +400,7 @@
+ system(command);
+ }
+ #else
+- QString command = config->readEntry("Editor", "gnuclient");
++ QString command = config->readEntry("Editor", "kwrite");
+ command += " ";
command += filename;
command += "&";
- system(command);