[gnome-control-center] shell: Add sound and user-accounts to the completion
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] shell: Add sound and user-accounts to the completion
- Date: Mon, 11 Feb 2013 08:40:02 +0000 (UTC)
commit d7dbcab34f6d822b8441e0dc55c221b8a7995a3a
Author: Bastien Nocera <hadess hadess net>
Date: Mon Feb 11 09:36:54 2013 +0100
shell: Add sound and user-accounts to the completion
https://bugzilla.gnome.org/show_bug.cgi?id=693398
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 070a818..3b10631 100755
--- a/shell/list-panel.sh
+++ b/shell/list-panel.sh
@@ -1,7 +1,7 @@
#!/bin/sh
LIST=""
-for i in $1/panels/*/gnome-*panel.desktop.in.in ; do
+for i in $1/panels/*/gnome-*panel.desktop.in.in $1/panels/*/data/gnome-*panel.desktop.in.in; do
basename=`basename $i`
LIST="$LIST `echo $basename | sed 's/gnome-//' | sed 's/-panel.desktop.in.in/ /'`"
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]