[gnome-games/wip/exalm/views: 13/14] collection-view: Make box and header_bar private



commit 9da7b31165a130430b114841eee5f8f10dc66f82
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Thu Oct 4 20:00:35 2018 +0500

    collection-view: Make box and header_bar private
    
    Since ApplicationWindow doesn't reference them anymore, we can hide them.

 src/ui/collection-view.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ui/collection-view.vala b/src/ui/collection-view.vala
index ab54b4d1..7a37df73 100644
--- a/src/ui/collection-view.vala
+++ b/src/ui/collection-view.vala
@@ -5,10 +5,10 @@ private class Games.CollectionView: Gtk.Bin, ApplicationView {
        public signal void game_activated (Game game);
 
        [GtkChild]
-       public CollectionBox collection_box;
+       private CollectionBox collection_box;
 
        [GtkChild]
-       public CollectionHeaderBar collection_header_bar;
+       private CollectionHeaderBar collection_header_bar;
 
        public Gtk.HeaderBar header_bar {
                get { return collection_header_bar; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]