Blame SOURCES/0001-Include-top-icons-in-classic-session.patch

689e29
From d5e0f26fc59216da2b2f129d4395a9da0c63e974 Mon Sep 17 00:00:00 2001
689e29
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
689e29
Date: Fri, 23 Feb 2018 16:56:46 +0100
689e29
Subject: [PATCH] Include top-icons in classic session
689e29
689e29
---
689e29
 configure.ac | 4 ++--
689e29
 1 file changed, 2 insertions(+), 2 deletions(-)
689e29
689e29
diff --git a/configure.ac b/configure.ac
689e29
index ddb6422..378783f 100644
689e29
--- a/configure.ac
689e29
+++ b/configure.ac
689e29
@@ -29,9 +29,9 @@ fi
689e29
 AC_SUBST([SHELL_VERSION])
689e29
 
689e29
 dnl keep this in alphabetic order
689e29
-CLASSIC_EXTENSIONS="apps-menu places-menu alternate-tab launch-new-instance window-list"
689e29
+CLASSIC_EXTENSIONS="apps-menu places-menu alternate-tab launch-new-instance top-icons window-list"
689e29
 DEFAULT_EXTENSIONS="$CLASSIC_EXTENSIONS drive-menu screenshot-window-sizer windowsNavigator workspace-indicator"
689e29
-ALL_EXTENSIONS="$DEFAULT_EXTENSIONS auto-move-windows dash-to-dock example native-window-placement no-hot-corner panel-favorites systemMonitor top-icons updates-dialog user-theme"
689e29
+ALL_EXTENSIONS="$DEFAULT_EXTENSIONS auto-move-windows dash-to-dock example native-window-placement no-hot-corner panel-favorites systemMonitor updates-dialog user-theme"
689e29
 AC_SUBST(CLASSIC_EXTENSIONS, [$CLASSIC_EXTENSIONS])
689e29
 AC_SUBST(ALL_EXTENSIONS, [$ALL_EXTENSIONS])
689e29
 AC_ARG_ENABLE([extensions],
689e29
-- 
689e29
2.14.3
689e29