diff options
| author | Robert Ancell <robert.ancell@canonical.com> | 2013-02-05 10:12:57 +1300 |
|---|---|---|
| committer | Robert Ancell <robert.ancell@canonical.com> | 2013-02-05 10:12:57 +1300 |
| commit | 8b77635771ae7678c9974aa5d0b52f16032fe4fa (patch) | |
| tree | 7c842d89515cada9747915eb031e1f87d017fcd9 | |
| parent | edc08ff481b13c001cc617340fdc65ea125c6db4 (diff) | |
Place new bluetooth indicator in correct location
(bzr r3121.1.1)
| -rw-r--r-- | services/panel-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/panel-service.c b/services/panel-service.c index e8468fb93..b23890d9d 100644 --- a/services/panel-service.c +++ b/services/panel-service.c @@ -108,7 +108,7 @@ static const gchar * indicator_order[][2] = { {"libapplication.so", "gsd-keyboard-xkb"}, /* keyboard layout selector */ {"libmessaging.so", NULL}, /* indicator-messages */ {"libpower.so", NULL}, /* indicator-power */ - {"libapplication.so", "bluetooth-manager"}, /* bluetooth manager */ + {"libbluetooth.so", NULL}, /* indicator-bluetooth */ {"libnetwork.so", NULL}, /* indicator-network */ {"libnetworkmenu.so", NULL}, /* indicator-network */ {"libapplication.so", "nm-applet"}, /* network manager */ |
