ApplicationIndicator Constructor cannot be overriden in C#
Bug #528097 reported by
Sense Egbert Hofstede
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Application Indicators |
Confirmed
|
Medium
|
Unassigned | ||
indicator-application (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
The constructor of AppIndicator.
if (GetType () != typeof (ApplicationInd
throw new InvalidOperatio
}
This has as a consequence that the fallback methods cannot be overridden in C#.
Related branches
Changed in indicator-application: | |
importance: | Undecided → Medium |
Changed in indicator-application: | |
assignee: | Sense Hofstede (sense) → nobody |
status: | In Progress → Confirmed |
Changed in indicator-application (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Confirmed |
To post a comment you must log in.
I've filed a merge request that should fix this bug and make a few other things go a bit smoother as well.