[gnome-characters/wip/template: 3/3] Don't expose unused template child



commit 6c0c74cc33c1c603cd825f6a6e584453b5bf6226
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 ae361fe..8df0fac 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]