[gnome-characters/wip/template] Don't expose unused template child
- From: Daiki Ueno <dueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters/wip/template] Don't expose unused template child
- Date: Wed, 19 Nov 2014 09:40:30 +0000 (UTC)
commit e23d1a12f5168d2e5a0d7ecbfdccb773408d906e
Author: Daiki Ueno <dueno src gnome org>
Date: Wed Nov 19 18:38:03 2014 +0900
Don't expose unused template child
src/window.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/window.js b/src/window.js
index 22f28a4..341e1be 100644
--- a/src/window.js
+++ b/src/window.js
@@ -178,8 +178,7 @@ const MainView = new Lang.Class({
Name: 'MainView',
Extends: Gtk.Stack,
Template: 'resource:///org/gnome/Characters/mainview.ui',
- InternalChildren: ['search-banner-grid', 'loading-banner-grid',
- 'loading-banner-spinner'],
+ InternalChildren: ['loading-banner-spinner'],
_init: function(params) {
params = Params.fill(params, { hexpand: true, vexpand: true });
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]