We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dd74f commit 242d9d4Copy full SHA for 242d9d4
lib/IndicatorManager.vala
@@ -68,7 +68,7 @@ public class Wingpanel.IndicatorManager : GLib.Object {
68
private FileMonitor? monitor = null;
69
private ServerType server_type;
70
71
- construct {
+ private IndicatorManager () {
72
indicators = new Gee.HashMap<string, Wingpanel.Indicator> ();
73
}
74
0 commit comments