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