dx-packages team mailing list archive
-
dx-packages team
-
Mailing list archive
-
Message #24287
[Bug 528097] Re: ApplicationIndicator Constructor cannot be overriden in C#
** 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