[gnome-shell/wip/paging-release: 68/85] AllView: dont't use variable to params



commit 0de96fb71d4fbe4898cb764e0eec70ea38841477
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Mon Aug 12 15:22:45 2013 +0200

    AllView: dont't use variable to params

 js/ui/appDisplay.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 166c7c3..2815ef2 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -707,10 +707,10 @@ const AllView = new Lang.Class({
    
     _init: function() {
         let paginationScrollViewParams = {style_class: 'all-apps'};
-        this._paginationView = new PaginationScrollView(this, paginationScrollViewParams);
-
         this._paginationIndicator = new PaginationIndicator({style_class: 'pages-indicator'});
         this._paginationIndicator._nPages = 0;
+        this._paginationView = new PaginationScrollView(this, paginationScrollViewParams);
+
         let layout = new Clutter.BinLayout();
         this.actor = new St.Widget({ layout_manager: layout, 
                                      x_expand:true, y_expand:true });


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