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

Convert private properties into fields.

parent 30105fd4
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 Hdy.SearchBar search_bar;
[GtkChild]
private Gtk.SearchEntry search_entry { get; }
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