summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Aebi <[email protected]>2013-12-08 11:20:18 +0100
committerElias Aebi <[email protected]>2013-12-08 11:20:18 +0100
commit76b064f8fce30e3103d1a2b0d862cef8792cce42 (patch)
tree326237590dea2fbaccbfdc5c96409ae185053a46
parentea84e9c3ffba78f4595d14d84f989a2de48dcab2 (diff)
downloadmate-indicator-applet-76b064f8fce30e3103d1a2b0d862cef8792cce42.tar.bz2
mate-indicator-applet-76b064f8fce30e3103d1a2b0d862cef8792cce42.tar.xz
fix the indicator order
-rw-r--r--src/applet-main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/applet-main.c b/src/applet-main.c
index 56c124b..06a17c1 100644
--- a/src/applet-main.c
+++ b/src/applet-main.c
@@ -32,10 +32,10 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
static gchar * indicator_order[] = {
"libapplication.so",
- "libsoundmenu.so",
"libmessaging.so",
+ "libsoundmenu.so",
"libdatetime.so",
- "libme.so",
+ "libsession.so",
NULL
};