[extensions-web] Stub out content when using an old version of the Shell



commit 739676afa3f1c4be17f4aa2676f57f3872b08574
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Oct 24 18:18:36 2011 -0400

    Stub out content when using an old version of the Shell

 sweettooth/static/js/extensions.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/static/js/extensions.js b/sweettooth/static/js/extensions.js
index 80eb3af..b8ba2b8 100644
--- a/sweettooth/static/js/extensions.js
+++ b/sweettooth/static/js/extensions.js
@@ -44,8 +44,7 @@ function($, messages, dbusProxy) {
         dbusProxy.ShellVersion === undefined) {
         // We don't have a proper DBus proxy -- it's probably an old
         // version of GNOME3 or the Shell.
-        messages.addError("You do not appear to have an up " +
-                          "to date version of GNOME3");
+        messages.addError("You do not appear to have an up to date version of GNOME3. Some parts of the website may be disabled.");
 
         $.fn.addExtensionsSwitches = function() {
             // Don't show our switches -- CSS styles define a clickable
@@ -54,9 +53,11 @@ function($, messages, dbusProxy) {
         };
 
         $.fn.addLocalExtensions = function() {
+            $(this).append("GNOME Shell Extensions cannot list your installed extensions.");
         };
 
         $.fn.fillInErrors = function() {
+            $(this).append("GNOME Shell Extensions cannot automatically detect any errors.");
         };
 
         return;



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