diff options
author | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2018-01-30 11:12:41 -0200 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2018-01-30 11:12:41 -0200 |
commit | 0a4ce2aa22e09e0a66285914d039fddb3206a99b (patch) | |
tree | 62edff6d5e05728a7da28a80758ef150a897ed41 /shell/cc-panel-list.c | |
parent | 77aaf3146bebde404bd22125e234c8bce85e608b (diff) | |
download | gnome-control-center-0a4ce2aa22e09e0a66285914d039fddb3206a99b.tar.gz |
shell: Swap Display and Printers positions
So that whenever the user opens the "Devices" section,
the Display panel is the first panel to dislpay. This
is because the user most likely always have a display,
while they might not always have a printer available.
https://bugzilla.gnome.org/show_bug.cgi?id=786606
Diffstat (limited to 'shell/cc-panel-list.c')
-rw-r--r-- | shell/cc-panel-list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/cc-panel-list.c b/shell/cc-panel-list.c index db3382f6d..0fd093cf9 100644 --- a/shell/cc-panel-list.c +++ b/shell/cc-panel-list.c @@ -289,10 +289,10 @@ static const gchar * const panel_order[] = { "network", /* Devices page */ - "printers", + "display", "keyboard", "mouse", - "display", + "printers", "removable-media", "wacom", "color", |