[Mono-bugs] [Bug 585345] New: Error in new solution template code

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Mar 3 23:49:48 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=585345

http://bugzilla.novell.com/show_bug.cgi?id=585345#c0


           Summary: Error in new solution template code
    Classification: Mono
           Product: MonoTouch
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Tools
        AssignedTo: gnorton at novell.com
        ReportedBy: jrmorgan at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Open the New Solution dialog and choose "iPhone Navigation-based project".
In the auto-generated code for the UITableViewSource in the RootViewController,
I believe there's an error:

    if (cell != null) {

Should be:

    if (cell == null) {

-- 
Configure bugmail: http://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