[gnome-control-center] shell: Ensure completion is sorted by default
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] shell: Ensure completion is sorted by default
- Date: Mon, 11 Feb 2013 08:40:07 +0000 (UTC)
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]