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: gnor...@novell.com
        ReportedBy: jrmor...@gmail.com
         QAContact: mono-bugs@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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to