[gnome-control-center] shell: Ensure completion is sorted by default



commit c580185f4eca74fc9eda03794ea1b1f25ebe92a8
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Feb 11 09:37:11 2013 +0100

    shell: Ensure completion is sorted by default

 shell/list-panel.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/list-panel.sh b/shell/list-panel.sh
index 3b10631..cf31eae 100755
--- a/shell/list-panel.sh
+++ b/shell/list-panel.sh
@@ -5,4 +5,4 @@ for i in $1/panels/*/gnome-*panel.desktop.in.in $1/panels/*/data/gnome-*panel.de
 	basename=`basename $i`
 	LIST="$LIST `echo $basename | sed 's/gnome-//' | sed 's/-panel.desktop.in.in/ /'`"
 done
-echo -n $LIST
+echo -n $LIST | tr " " "\n" | sort | tr "\n" " "


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