diff options
author | drochner <drochner@pkgsrc.org> | 2005-07-19 17:45:03 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-07-19 17:45:03 +0000 |
commit | a3e3817e07f14721a5e820767db0fc606691e860 (patch) | |
tree | 0bc1f3369f64d361e53ee87e88d1a7c4ce352f95 /devel/eric3/patches | |
parent | a020efe267487ece7c001f5a81fdb892d8ce069a (diff) | |
download | pkgsrc-a3e3817e07f14721a5e820767db0fc606691e860.tar.gz |
update to 3.7.1
many bugfixes, some feature extensions
Diffstat (limited to 'devel/eric3/patches')
-rw-r--r-- | devel/eric3/patches/patch-aa | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/eric3/patches/patch-aa b/devel/eric3/patches/patch-aa index 5e2df81b42e..98cadf7f0eb 100644 --- a/devel/eric3/patches/patch-aa +++ b/devel/eric3/patches/patch-aa @@ -1,19 +1,19 @@ -$NetBSD: patch-aa,v 1.2 2004/05/09 17:06:56 recht Exp $ +$NetBSD: patch-aa,v 1.3 2005/07/19 17:45:03 drochner Exp $ ---- eric/Project/ProjectBrowser.py.orig 2004-04-02 19:52:23.000000000 +0200 -+++ eric/Project/ProjectBrowser.py 2004-05-09 18:51:55.000000000 +0200 -@@ -1372,7 +1372,7 @@ +--- eric/Project/ProjectBrowser.py.orig 2005-07-01 19:43:34.000000000 +0200 ++++ eric/Project/ProjectBrowser.py +@@ -2717,7 +2717,7 @@ class ProjectFormsBrowser(PBrowser): """ - self.compileProc = QProcess(self) + self.compileProc = QProcess() - pyuic = 'pyuic' + pyuic = 'pyuic' + sys.version[0:3] if sys.platform == "win32": pyuic = pyuic + '.exe' self.compileProc.addArgument(pyuic) -@@ -1730,7 +1730,7 @@ +@@ -3307,7 +3307,7 @@ class ProjectTranslationsBrowser(PBrowse - self.pylupdateProc = QProcess(self) + self.pylupdateProc = QProcess() - pylupdate = 'pylupdate' + pylupdate = 'pylupdate' + sys.version[0:3] |