[freemind] changes due to a jgoodies update

hannes hannes at fedoraproject.org
Sun Jan 1 20:52:29 UTC 2012


commit ba4def7665586d7a8b79f83b3ccecea76fc236d0
Author: hannes <hannes at fedoraproject.org>
Date:   Sun Jan 1 20:53:18 2012 +0000

    changes due to a jgoodies update

 freemind-0.9.0-jgoodies-build.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/freemind-0.9.0-jgoodies-build.patch b/freemind-0.9.0-jgoodies-build.patch
new file mode 100644
index 0000000..651910d
--- /dev/null
+++ b/freemind-0.9.0-jgoodies-build.patch
@@ -0,0 +1,11 @@
+--- freemind/freemind/preferences/layout/OptionPanel.java	2011-02-06 21:49:12.000000000 +0100
++++ freemind/freemind/preferences/layout/OptionPanel.java	2011-12-22 03:36:30.925931776 +0100
+@@ -400,7 +400,7 @@ public class OptionPanel implements Text
+         	JLabel label = new JLabel(labelText, icon, JLabel.RIGHT);
+             label.setToolTipText(pTranslator.getText(getDescription()));
+             if(rowSpec == null){
+-                rowSpec = new RowSpec("fill:20dlu");
++                rowSpec = RowSpec.decode("fill:20dlu");
+             }
+             if( 3 < builder.getColumn()){
+             builder.appendRelatedComponentsGapRow();


More information about the scm-commits mailing list