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



commit a48f85c4c6699619a7a7fbfb056810e100b88f2c
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 e194f31..3e9a814 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]