[gnome-games/wip/exalm/views: 16/20] collection-view: Make 'box' and 'header_bar' private
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/views: 16/20] collection-view: Make 'box' and 'header_bar' private
- Date: Sun, 7 Oct 2018 10:27:29 +0000 (UTC)
commit 889be6f790effddd4caf488a5eb32286470655ed
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]