https://bugzilla.novell.com/show_bug.cgi?id=325182#c1


Atsushi Enomoto <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #1 from Atsushi Enomoto <[EMAIL PROTECTED]>  2007-11-06 02:51:06 
MST ---
Actually .NET returns null. The example code below prints True:

public class Test
{
        public static void Main ()
        {
                HistoryKeeperSettings hks = new HistoryKeeperSettings ();
                Console.WriteLine (hks.RecentDocumentsList == null);
        }
}


-- 
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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to