[jabref] 95/459: patch call of DefaultFormBuilder (different Forms version probably)
gregor herrmann
gregoa at debian.org
Thu Sep 15 20:39:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository jabref.
commit d47ea06555e95c89d1669b8724b3183d650354d2
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Oct 1 20:14:43 2007 +0000
patch call of DefaultFormBuilder (different Forms version probably)
---
debian/patches/02_libs.dpatch | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/debian/patches/02_libs.dpatch b/debian/patches/02_libs.dpatch
index 6717179..49c3926 100755
--- a/debian/patches/02_libs.dpatch
+++ b/debian/patches/02_libs.dpatch
@@ -6,8 +6,8 @@
@DPATCH@
diff -urNad jabref~/build.xml jabref/build.xml
---- jabref~/build.xml 2007-09-30 23:56:59.000000000 +0200
-+++ jabref/build.xml 2007-10-01 00:26:56.000000000 +0200
+--- jabref~/build.xml 2007-10-01 00:34:10.000000000 +0200
++++ jabref/build.xml 2007-10-01 22:10:26.000000000 +0200
@@ -87,6 +87,7 @@
<!-- Set the properties for library directories -->
@@ -64,3 +64,15 @@ diff -urNad jabref~/build.xml jabref/build.xml
<delete dir="${build.tmp}/META-INF" />
<!-- rename the microba license file -->
<move file="${build.tmp}/license.txt" tofile="${build.tmp}/microba-license.txt" />
+diff -urNad jabref~/src/java/net/sf/jabref/EntryEditorTab.java jabref/src/java/net/sf/jabref/EntryEditorTab.java
+--- jabref~/src/java/net/sf/jabref/EntryEditorTab.java 2007-08-29 22:33:52.000000000 +0200
++++ jabref/src/java/net/sf/jabref/EntryEditorTab.java 2007-10-01 22:10:47.000000000 +0200
+@@ -133,7 +133,7 @@
+ String rowSpec = sb.toString();
+
+ DefaultFormBuilder builder = new DefaultFormBuilder
+- (panel, new FormLayout(colSpec, rowSpec));
++ (new FormLayout(colSpec, rowSpec), panel);
+
+ for (int i = 0; i < fields.length; i++) {
+ // Create the text area:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git
More information about the pkg-java-commits
mailing list