[gnome-games/wip/exalm/views: 17/17] display-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: 17/17] display-view: Make 'box' and '_header_bar' private
- Date: Fri, 5 Oct 2018 14:01:09 +0000 (UTC)
commit 48256112791baa6707b55ad34bcfd5bbe8ce5258
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Thu Oct 4 22:57:48 2018 +0500
display-view: Make 'box' and '_header_bar' private
Since ApplicationWindow doesn't reference them anymore, they can be
hidden.
src/ui/display-view.vala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ui/display-view.vala b/src/ui/display-view.vala
index bf5e44cf..e9c2020d 100644
--- a/src/ui/display-view.vala
+++ b/src/ui/display-view.vala
@@ -7,10 +7,10 @@ private class Games.DisplayView: Gtk.Bin, ApplicationView {
public signal void back ();
[GtkChild]
- public DisplayBox box;
+ private DisplayBox box;
[GtkChild (name = "header_bar")]
- public DisplayHeaderBar _header_bar;
+ private DisplayHeaderBar _header_bar;
public Gtk.HeaderBar header_bar {
get { return _header_bar; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]