Skip to content

Commit 242d9d4

Browse files
committed
Oops
1 parent 11dd74f commit 242d9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IndicatorManager.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class Wingpanel.IndicatorManager : GLib.Object {
6868
private FileMonitor? monitor = null;
6969
private ServerType server_type;
7070

71-
construct {
71+
private IndicatorManager () {
7272
indicators = new Gee.HashMap<string, Wingpanel.Indicator> ();
7373
}
7474

0 commit comments

Comments
 (0)