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 458e9d8 commit fc19ef9Copy full SHA for fc19ef9
src/snconfig.vala
@@ -122,7 +122,7 @@ namespace StatusNotifier
122
Type type = typeof (ItemBox);
123
ObjectClass ocl = (ObjectClass) type.class_ref ();
124
unowned ParamSpec? spec = ocl.find_property (prop);
125
- layout.notify(spec);
+ layout.notify[prop](spec);
126
}
127
[GtkCallback]
128
private void on_index_override(string path)
0 commit comments