From 5b021256c92af829d9ea4c7784e36b54f07ba0d0 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Fri, 23 Aug 2013 15:50:05 +0200 Subject: [PATCH] classic: update the session mode for 3.9.90 The status menus were consolidated into the aggregate menu. https://bugzilla.gnome.org/show_bug.cgi?id=706666 --- data/classic.json.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/classic.json.in b/data/classic.json.in index 567cba31..8b5fd8ef 100644 --- a/data/classic.json.in +++ b/data/classic.json.in @@ -5,7 +5,6 @@ "enabledExtensions": [@CLASSIC_EXTENSIONS@], "panel": { "left": ["activities", "appMenu"], "center": [], - "right": ["a11y", "keyboard", "volume", "bluetooth", - "network", "battery", "dateMenu", "userMenu"] + "right": ["a11y", "keyboard", "dateMenu", "aggregateMenu"] } }