[gnome-shell-extensions] workspace-indicator: Remove it from CLASSIC_EXTENSIONS



commit 5a08081cc04c60f992f01ae3bea4a8157960b3fb
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Nov 30 18:15:55 2012 +0100

    workspace-indicator: Remove it from CLASSIC_EXTENSIONS
    
    It is not one of the extensions nominated for the fallback replacement
    mode.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689365

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d0e9930..7fad8cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,8 +27,8 @@ fi
 AC_SUBST([SHELL_VERSION])
 
 dnl keep this in alphabetic order
-CLASSIC_EXTENSIONS="apps-menu places-menu alternate-tab default-min-max workspace-indicator"
-DEFAULT_EXTENSIONS="$CLASSIC_EXTENSIONS alternative-status-menu drive-menu windowsNavigator"
+CLASSIC_EXTENSIONS="apps-menu places-menu alternate-tab default-min-max"
+DEFAULT_EXTENSIONS="$CLASSIC_EXTENSIONS alternative-status-menu drive-menu windowsNavigator workspace-indicator"
 ALL_EXTENSIONS="$DEFAULT_EXTENSIONS auto-move-windows example native-window-placement systemMonitor user-theme xrandr-indicator"
 AC_SUBST(ALL_EXTENSIONS, [$ALL_EXTENSIONS])
 AC_ARG_ENABLE([extensions],



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