Merge branch 'ricotz/vala' into 'mainline'
Don't alter or try to write [GtkChild] properties See merge request GNOME/geary!630
This commit is contained in:
commit
ec4ced4109
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue