[Mono-bugs] [Bug 340461] Support for setting NULL value for ImageBrush::ImageSource

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Nov 9 13:15:03 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=340461#c3





--- Comment #3 from Chris Toshok <toshok at novell.com>  2007-11-09 11:15:02 MST ---
oh, i see the plugin-class.cpp block you mean.  I think we should just add an
IS_NULL block above the IS_OBJECT block and handle it there, ala:

        if (NPVARIANT_IS_NULL (*value)) {
                dob->SetValue (p, NULL);
        }
        else if (NPVARIANT_IS_OBJECT (*value)) {
        ...


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list