[gnome-games/wip/exalm/views: 19/19] 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: 19/19] display-view: Make 'box' and 'header_bar' private
- Date: Mon, 25 Feb 2019 09:24:34 +0000 (UTC)
commit 15aa3c09acd908d26f816183e5cd0a0b225881f7
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 3b5c81fd..60ac3995 100644
--- a/src/ui/display-view.vala
+++ b/src/ui/display-view.vala
@@ -5,8 +5,8 @@ private class Games.DisplayView: Object, UiView {
public signal void back ();
- public DisplayBox box;
- public DisplayHeaderBar header_bar;
+ private DisplayBox box;
+ private DisplayHeaderBar header_bar;
public Gtk.Widget content_box {
get { return box; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]