Skip to content

Commit

Permalink
Config: fix signal.
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed May 6, 2017
1 parent 458e9d8 commit fc19ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snconfig.vala
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ namespace StatusNotifier
Type type = typeof (ItemBox);
ObjectClass ocl = (ObjectClass) type.class_ref ();
unowned ParamSpec? spec = ocl.find_property (prop);
layout.notify(spec);
layout.notify[prop](spec);
}
[GtkCallback]
private void on_index_override(string path)
Expand Down

0 comments on commit fc19ef9

Please sign in to comment.