[gnome-music] comment switchToView()



commit 347b90238106c6e247c0074823195b412739b465
Author: Eslam Mostafa <cseslam gmail com>
Date:   Mon Apr 1 17:26:51 2013 +0200

    comment switchToView()
    
    Signed-off-by: Seif Lotfy <seif lotfy com>

 src/application.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 20c16ad..5647a94 100644
--- a/src/application.js
+++ b/src/application.js
@@ -131,7 +131,7 @@ const Application = new Lang.Class({
         this._stack.set_visible_child(this.views[i])
     },
 
-    switchToView: function(view) {
+    /*switchToView: function(view) {
         if (view == 'artists') {
             this.notebook.set_current_page(0);
         }
@@ -149,7 +149,7 @@ const Application = new Lang.Class({
         }
 
         this.notebook.show_all();
-    },
+    },*/
 
     _onActivate: function() {
         this._window.show();


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