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

Reply via email to