Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 51355 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]
[patch]
forms-1.2_beta6.patch
forms-1.2_beta6.patch (text/plain), 998 bytes, created by
Eivind Tagseth
on 2005-02-16 09:45:32 UTC
(
hide
)
Description:
forms-1.2_beta6.patch
Filename:
MIME Type:
Creator:
Eivind Tagseth
Created:
2005-02-16 09:45:32 UTC
Size:
998 bytes
patch
obsolete
>diff -ur app/net/sourceforge/squirrel_sql/client/gui/builders/DefaultFormBuilder.java app.new/src/net/sourceforge/squirrel_sql/client/gui/builders/DefaultFormBuilder.java >--- app/net/sourceforge/squirrel_sql/client/gui/builders/DefaultFormBuilder.java 2005-02-16 18:06:07.808307936 +0100 >+++ app.new/src/net/sourceforge/squirrel_sql/client/gui/builders/DefaultFormBuilder.java 2005-02-16 11:37:14.000000000 +0100 >@@ -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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 39330
:
51354
|
51355
|
51356
|
100522
|
100523
|
146119
|
200202