[Mono-bugs] [Bug 392464] Delegate problems 3 when creating New String

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Feb 24 08:43:53 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=392464

User rkvinge at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=392464#c5





--- Comment #5 from Rolf Bjarne Kvinge <rkvinge at novell.com>  2009-02-24 06:43:52 MST ---
Another test case which triggers this issue:

dim myListStore as Gtk.ListStore = new
Gtk.ListStore(GetType(string),GetType(string),GetType(string))

which is worked around with this:
dim myListStore as Gtk.ListStore = new Gtk.ListStore(new type ()
{GetType(string),GetType(string),GetType(string)})

-- 
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