** Changed in: indicator-application (Ubuntu)
   Importance: Undecided => Medium

** Changed in: indicator-application (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-application in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/528097

Title:
  ApplicationIndicator Constructor cannot be overriden in C#

Status in Application Indicators:
  Confirmed
Status in “indicator-application” package in Ubuntu:
  Confirmed

Bug description:
  The constructor of AppIndicator.ApplicationIndicator cannot be
  overridden in the C# bindings. This is caused by the following check
  added tot the Mono bindings generated by GAPI:

  if (GetType () != typeof (ApplicationIndicator)) {
        throw new InvalidOperationException ("Can't override this 
constructor.");
  }

  This has as a consequence that the fallback methods cannot be
  overridden in C#.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-application/+bug/528097/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to     : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to