Author: tg
Date: 2016-11-23 11:51:50 +0000 (Wed, 23 Nov 2016)
New Revision: 19185
Modified:
trunk/squirrel-sql/debian/patches/adapt_to_newer_jgoodies.patch
Log:
next round of fixes
.addGridded() is still referenced in the documentation for the
jgoodies version that is actually used (provided by Debian) but
does not exist there; jgoodies?\226?\128?\153 homepage?\226?\128?\153s
statement?\226?\128?\166
?\226?\128?\156Stable API, Rock-Solid Code
?\226?\128?\156 Since version 1.0 ?\226?\128?\147 back in 2001 ?\226?\128?\147
the FormLayout uses the same
API and there were no bugs in the layout implementation. This has
been achieved by factoring out all non-layout features to separate
classes that have been carefully changed from time to time.?\226?\128?\157
?\226?\128?\166 is simply a huge fat outright lie. ?\226?\152?\185
Modified: trunk/squirrel-sql/debian/patches/adapt_to_newer_jgoodies.patch
===================================================================
--- trunk/squirrel-sql/debian/patches/adapt_to_newer_jgoodies.patch
2016-11-23 11:21:38 UTC (rev 19184)
+++ trunk/squirrel-sql/debian/patches/adapt_to_newer_jgoodies.patch
2016-11-23 11:51:50 UTC (rev 19185)
@@ -130,3 +130,17 @@
*
* @param defaultRowSpec the RowSpec to be used for component rows
*
+---
a/plugins/exportconfig/src/main/java/net/sourceforge/squirrel_sql/plugins/exportconfig/gui/ExportPanelBuilder.java
++++
b/plugins/exportconfig/src/main/java/net/sourceforge/squirrel_sql/plugins/exportconfig/gui/ExportPanelBuilder.java
+@@ -261,9 +261,9 @@ public class ExportPanelBuilder
+ {
+ ButtonBarBuilder builder = new ButtonBarBuilder();
+ builder.addGlue();
+- builder.addGridded(_exportBtn);
++ builder.addButton(_exportBtn);
+ builder.addRelatedGap();
+- builder.addGridded(_cancelBtn);
++ builder.addButton(_cancelBtn);
+
+ return builder.getPanel();
+ }
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits