[gnome-shell/wip/paging-release: 1/85] AppDisplay: fix from rebase



commit ae487edd6212bf17567833a18f4f5c2f1711301c
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Mon Aug 12 14:54:34 2013 +0200

    AppDisplay: fix from rebase

 js/ui/appDisplay.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 9132d18..41ecddc 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -408,7 +408,7 @@ const AppDisplay = new Lang.Class({
         this._controls = new St.Widget({ style_class: 'app-view-controls',
                                          layout_manager: layout });
         layout.hookup_style(this._controls);
-        this.actor.add(new St.Bin({ child: this._controls }));
+        this.actor.add_actor(new St.Bin({ child: this._controls }));
 
 
         for (let i = 0; i < this._views.length; i++) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]