[gnome-control-center/gbsneto/settings-navigation-part1: 7/7] panel-list: Temporarily move the Network panel to below Wi-Fi



commit 2a76feb79d116f856b39895fb8457f143792701a
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Nov 27 19:53:41 2019 -0300

    panel-list: Temporarily move the Network panel to below Wi-Fi
    
    This is until we merge the Network, Wi-Fi, and Mobile Broadband
    panels.

 panels/network/gnome-network-panel.desktop.in.in | 2 +-
 shell/cc-panel-list.c                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/network/gnome-network-panel.desktop.in.in 
b/panels/network/gnome-network-panel.desktop.in.in
index 2f897915c..aa6b75c5c 100644
--- a/panels/network/gnome-network-panel.desktop.in.in
+++ b/panels/network/gnome-network-panel.desktop.in.in
@@ -8,7 +8,7 @@ Terminal=false
 Type=Application
 NoDisplay=true
 StartupNotify=true
-Categories=GNOME;GTK;Settings;HardwareSettings;X-GNOME-Settings-Panel;
+Categories=GNOME;GTK;Settings;HardwareSettings;X-GNOME-Settings-Panel;X-GNOME-ConnectivitySettings;
 OnlyShowIn=GNOME;Unity;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=gnome-control-center
diff --git a/shell/cc-panel-list.c b/shell/cc-panel-list.c
index dfd360e4b..25785901f 100644
--- a/shell/cc-panel-list.c
+++ b/shell/cc-panel-list.c
@@ -386,6 +386,7 @@ filter_func (GtkListBoxRow *row,
 static const gchar * const panel_order[] = {
   /* Main page */
   "wifi",
+  "network",
   "mobile-broadband",
   "bluetooth",
   "background",
@@ -395,7 +396,6 @@ static const gchar * const panel_order[] = {
   "privacy",
   "online-accounts",
   "sharing",
-  "network",
 
   /* Privacy page */
   "location",


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