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



commit e243f5152b2517bc0089aebe0a6c1706f632aba5
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 7b72bc6..6c68576 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]