Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 100523 Details for
Bug 39330
dev-db/squirrel-sql (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/forms-2.3.patch
forms-2.3.patch (text/plain), 1.01 KB, created by
Eivind Tagseth
on 2006-10-26 05:32:47 UTC
(
hide
)
Description:
files/forms-2.3.patch
Filename:
MIME Type:
Creator:
Eivind Tagseth
Created:
2006-10-26 05:32:47 UTC
Size:
1.01 KB
patch
obsolete
>diff -urw sql12.orig/app/src/net/sourceforge/squirrel_sql/client/gui/builders/DefaultFormBuilder.java sql12/app/src/net/sourceforge/squirrel_sql/client/gui/builders/DefaultFormBuilder.java >--- sql12.orig/app/src/net/sourceforge/squirrel_sql/client/gui/builders/DefaultFormBuilder.java 2006-04-18 16:57:39.000000000 +0200 >+++ sql12/app/src/net/sourceforge/squirrel_sql/client/gui/builders/DefaultFormBuilder.java 2006-04-18 16:58:11.000000000 +0200 >@@ -198,7 +198,7 @@ > */ > public void setLineGapSize(ConstantSize lineGapSize) { > RowSpec rowSpec = FormFactory.createGapRowSpec(lineGapSize); >- this.lineGapSpec = rowSpec.asUnmodifyable(); >+ this.lineGapSpec = rowSpec; > } > > /** >@@ -219,7 +219,7 @@ > */ > public void setParagraphGapSize(ConstantSize paragraphGapSize) { > RowSpec rowSpec = FormFactory.createGapRowSpec(paragraphGapSize); >- this.paragraphGapSpec = rowSpec.asUnmodifyable(); >+ this.paragraphGapSpec = rowSpec; > } > > /**
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 39330
:
51354
|
51355
|
51356
|
100522
| 100523 |
146119
|
200202