[gnome-documents] categories: comment out the unimplemented Private category for now



commit bab0fb27bc362aa5b07e671ad8626608c88fdec0
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Sep 6 15:36:18 2011 -0400

    categories: comment out the unimplemented Private category for now

 src/categories.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/categories.js b/src/categories.js
index c382c97..7f01662 100644
--- a/src/categories.js
+++ b/src/categories.js
@@ -83,9 +83,9 @@ CategoryManager.prototype = {
         category = new Category(StockCategories.SHARED, _("Shared with you"), 'emblem-shared-symbolic');
         this._categories[category.id] = category;
 
-        // unimplemented
-        category = new Category(StockCategories.PRIVATE, _("Private"), 'channel-secure-symbolic');
-        this._categories[category.id] = category;
+        // Private category: currently unimplemented
+        // category = new Category(StockCategories.PRIVATE, _("Private"), 'channel-secure-symbolic');
+        // this._categories[category.id] = category;
 
         this.setActiveCategoryId(StockCategories.RECENT);
     },



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