~ubuntu-branches/ubuntu/natty/jabref/natty

« back to all changes in this revision

Viewing changes to debian/patches/06_forms_groups.patch

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2008-08-09 14:51:41 UTC
  • mfrom: (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080809145141-kz5hgm0zvx57gx80
Tags: 2.3.1-5ubuntu1
* Merge from debian unstable. (LP: #225450, #227125)
* Remaining changes:
  - debian/control
    * Change build dependency default-jdk-builddep to default-jdk.
    * Change run time dependency to default-jre | java2-runtime.
      There is no evidence that it does not run with latest Free JVMs.
      (LP: #164216, #194509)
    * Modify Maintainer value to match the DebianMaintainerField
      specification.
  - debian/rules
    * Change JAVA_HOME for default-jdk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: gregor herrmann <gregoa@debian.org>
 
2
Description: forms 1.2.0 doesn't like empty parameters
 
3
Bug: #487481
 
4
--- a/src/java/net/sf/jabref/groups/GroupDialog.java
 
5
+++ b/src/java/net/sf/jabref/groups/GroupDialog.java
 
6
@@ -182,7 +182,7 @@
 
7
                                 "right:pref, 4dlu, fill:600px, 4dlu, fill:pref",
 
8
                                 "p, 3dlu, p, 3dlu, p, 0dlu, p, 0dlu, p, 3dlu, p, 3dlu, p, "
 
9
                                                 + "0dlu, p, 0dlu, p, 3dlu, p, 3dlu, "
 
10
-                                                + "p, 3dlu, p, 3dlu, top:80dlu, 9dlu, p, , 9dlu, p");
 
11
+                                                + "p, 3dlu, p, 3dlu, top:80dlu, 9dlu, p, 9dlu, p, p");
 
12
 
 
13
                 DefaultFormBuilder builderAll = new DefaultFormBuilder(layoutAll);
 
14
                 builderAll.setDefaultDialogBorder();