Skip to content
Snippets Groups Projects
Commit 30105fd4 authored by Rico Tzschichholz's avatar Rico Tzschichholz
Browse files

Don't alter or try to write [GtkChild] properties

See https://gitlab.gnome.org/GNOME/vala/issues/1121
parent 1ff30d94
No related branches found
No related tags found
1 merge request!14Update to git snapshot
......@@ -66,10 +66,10 @@ public class Components.InspectorLogView : Gtk.Grid {
}
[GtkChild]
private Hdy.SearchBar search_bar { get; private set; }
private Hdy.SearchBar search_bar { get; }
[GtkChild]
private Gtk.SearchEntry search_entry { get; private set; }
private Gtk.SearchEntry search_entry { get; }
[GtkChild]
private Gtk.ListBox sidebar;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment