Skip to content

Commit fc19ef9

Browse files
committed
Config: fix signal.
1 parent 458e9d8 commit fc19ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snconfig.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ namespace StatusNotifier
122122
Type type = typeof (ItemBox);
123123
ObjectClass ocl = (ObjectClass) type.class_ref ();
124124
unowned ParamSpec? spec = ocl.find_property (prop);
125-
layout.notify(spec);
125+
layout.notify[prop](spec);
126126
}
127127
[GtkCallback]
128128
private void on_index_override(string path)

0 commit comments

Comments
 (0)