Skip to content
Snippets Groups Projects
Commit 87d41231 authored by Michael Gratton's avatar Michael Gratton
Browse files

Merge branch 'ricotz/vala' into 'mainline'

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

See merge request GNOME/geary!630

(cherry picked from commit ec4ced41)

30105fd4 Don't alter or try to write [GtkChild] properties
2fb9d461 Convert private properties into fields.
parent a321e832
No related branches found
No related tags found
1 merge request!19Update to 40
......@@ -66,10 +66,10 @@ public class Components.InspectorLogView : Gtk.Grid {
}
[GtkChild]
private Hdy.SearchBar search_bar { get; private set; }
private Hdy.SearchBar search_bar;
[GtkChild]
private Gtk.SearchEntry search_entry { get; private set; }
private Gtk.SearchEntry search_entry;
[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