[Mono-bugs] [Bug 425647] resgen2 fails to compile resx without a working X display
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Sep 12 11:31:25 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=425647
User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=425647#c7
Jonathan Pobst <jpobst at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #7 from Jonathan Pobst <jpobst at novell.com> 2008-09-12 09:31:25 MDT ---
I fixed this specific instance of it in r112886. Please try to recompile your
app and then *TEST* the resulting application to see if it works. I may have
broken actually using the deserialized stuff at runtime.
Note that this doesn't really fix the underlying issue. A user can still do
anything they want in a TypeConverter, which could cause this to fail, but
hopefully we don't have any more issues inside of MWF.
2008-09-12 Jonathan Pobst <monkey at jpobst.com>
* TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Guard
against NRE's when the settings have a null panel.
* TableLayoutPanel.cs: When setting the TableLayoutSettings, ensure
the panel gets set.
[Fixes bug #425647]
2008-09-12 Jonathan Pobst <monkey at jpobst.com>
* TableLayoutSettingsTypeConverter.cs: Don't create an instance of
TableLayoutPanel in ConvertFrom.
[Fixes bug #425647]
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list