[Mono-winforms-list] New to the list
Ernesto
equistango at gmail.com
Thu Sep 6 18:10:11 EDT 2007
Jonathan Pobst wrote:
> Generally a bug is opened in bugzilla and the patch is attached to it.
> This makes sure they don't get ignored on the list and are trackable.
> But if they're pretty minor, I can probably take them from the list
> and make sure they get committed.
>
Ok, here are two really minor (a one-liner and a two-liner). These two
missing checks where causing Mono to crash on my app.
For other bigger fixes I'm filing bug reports and attaching patches.
Sorry I didn't patch ChangeLog. I didn't want to submit two patches for
the same version of the same file.
So below is the change log, if needed.
Thanks for your help.
Ernesto.
---------
2007-09-06 Ernesto Carrea <equistango at gmail.com>
* ListView.cs: ListViewItemCollection must call
AdjustItemsPositionArray when the collection changes.
2007-09-06 Ernesto Carrea <equistango at gmail.com>
* ScrollBar.cs: UpdatePos value was checked to be not less than minimum,
but wasn't checked not to be more than maximum.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ScrollBar-Ernesto-20070906.patch
Url: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20070906/ef6a398e/attachment.pl
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ListView-Ernesto-20070906.patch
Url: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20070906/ef6a398e/attachment-0001.pl
More information about the Mono-winforms-list
mailing list