[Mono-bugs] [Bug 614486] New: ScheduledLocalNotifications is incorrectly bound to selCancelAllLocalNotifications
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jun 15 14:32:59 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=614486
http://bugzilla.novell.com/show_bug.cgi?id=614486#c0
Summary: ScheduledLocalNotifications is incorrectly bound to
selCancelAllLocalNotifications
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Class Libraries
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: fak at kruegersystems.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Description of Problem:
public virtual UILocalNotification[] ScheduledLocalNotifications{
get {
public UILocalNotification[] get_ScheduledLocalNotifications()
{
if (this.IsDirectBinding)
{
UILocalNotification[] V_0 =
NSArray.ArrayFromHandle(Messaging.IntPtr_objc_msgSend(this.Handle,
UIApplication.selCancelAllLocalNotifications));
}
else
{
V_0 =
NSArray.ArrayFromHandle(Messaging.IntPtr_objc_msgSendSuper(this.SuperHandle,
UIApplication.selCancelAllLocalNotifications));
}
this.__mt_ScheduledLocalNotifications_var = V_0;
return V_0;
}
}
}
Steps to reproduce the problem:
1.
2.
Actual Results:
Expected Results:
How often does this happen?
Additional Information:
--
Configure bugmail: http://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