[gnome-shell/wip/paging-release: 1/38] appDisplay: Fix from rebase



commit 638c608483738a270fbf41fb3ad26c0e6625dfc1
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Mon Aug 12 19:22:03 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]