[gnome-games/wip/exalm/views: 16/20] collection-view: Make 'box' and 'header_bar' private



commit 106fba68bcb83fec23afe55afa26b60f1e6e08a0
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, they can be
    hidden.

 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 090a4a49..6fd83f40 100644
--- a/src/ui/collection-view.vala
+++ b/src/ui/collection-view.vala
@@ -5,9 +5,9 @@ private class Games.CollectionView: Gtk.Bin, ApplicationView {
        public signal void game_activated (Game game);
 
        [GtkChild]
-       public CollectionBox box;
+       private CollectionBox box;
        [GtkChild]
-       public CollectionHeaderBar header_bar;
+       private CollectionHeaderBar header_bar;
 
        public Gtk.Widget titlebar {
                get { return header_bar; }


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