[gnome-shell/app-picker-refresh: 3/16] appDisplay: Rename AllAppDisplay to AppDisplay



commit 82f0e9d4cf4fb32eabf0560019feead270c756ce
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Jan 30 23:58:42 2013 +0100

    appDisplay: Rename AllAppDisplay to AppDisplay

 js/ui/appDisplay.js   |    4 ++--
 js/ui/viewSelector.js |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 4a68931..cd6c17b 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -179,8 +179,8 @@ const ViewByCategories = new Lang.Class({
 /* This class represents a display containing a collection of application items.
  * The applications are sorted based on their name.
  */
-const AllAppDisplay = new Lang.Class({
-    Name: 'AllAppDisplay',
+const AppDisplay = new Lang.Class({
+    Name: 'AppDisplay',
 
     _init: function() {
         this._appSystem = Shell.AppSystem.get_default();
diff --git a/js/ui/viewSelector.js b/js/ui/viewSelector.js
index 85f4a6c..4e1f1df 100644
--- a/js/ui/viewSelector.js
+++ b/js/ui/viewSelector.js
@@ -96,7 +96,7 @@ const ViewSelector = new Lang.Class({
         this._workspacesPage = this._addPage(this._workspacesDisplay.actor,
                                              _("Windows"), 'emblem-documents-symbolic');
 
-        this._appDisplay = new AppDisplay.AllAppDisplay();
+        this._appDisplay = new AppDisplay.AppDisplay();
         this._appsPage = this._addPage(this._appDisplay.actor,
                                        _("Applications"), 'view-grid-symbolic');
 


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