[gnome-control-center] shell: Swap Display and Printers positions



commit 0a4ce2aa22e09e0a66285914d039fddb3206a99b
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Jan 30 11:12:41 2018 -0200

    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

 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 db3382f..0fd093c 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",


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