diff options
author | Ted Gould <ted@gould.cx> | 2011-03-14 14:44:30 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-14 14:44:30 -0500 |
commit | b0e008bd034e8ab4c638aedd6715f25211498845 (patch) | |
tree | 304a9ca0dff1604429fd21302d06478b592f4ccd | |
parent | b29c6f2c3243a688a3962ccf10d657f97bb08983 (diff) | |
download | ayatana-indicator-application-b0e008bd034e8ab4c638aedd6715f25211498845.tar.gz ayatana-indicator-application-b0e008bd034e8ab4c638aedd6715f25211498845.tar.bz2 ayatana-indicator-application-b0e008bd034e8ab4c638aedd6715f25211498845.zip |
Inserting network manager applet at the front
-rw-r--r-- | data/ordering-override.keyfile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/data/ordering-override.keyfile b/data/ordering-override.keyfile index 71d7c1a..98ee36e 100644 --- a/data/ordering-override.keyfile +++ b/data/ordering-override.keyfile @@ -1,5 +1,6 @@ [Ordering Index Overrides] -gnome-power-manager=1 -gst-keyboard-xkb=2 -gsd-keyboard-xkb=3 -ibus=4 +nm_applet=1 +gnome-power-manager=2 +gst-keyboard-xkb=3 +gsd-keyboard-xkb=4 +ibus=5 |