panel-list: Temporarily move the Network panel to below Wi-Fi
This is until we merge the Network, Wi-Fi, and Mobile Broadband panels.
This commit is contained in:
parent
aa98bf47da
commit
86a8ecb705
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue