Bluetooth status indicator

Introduce the new Bluetooth indicator in the System Status area. It
is written in JS with St and uses the new GnomeBluetoothApplet library.

https://bugzilla.gnome.org/show_bug.cgi?id=618312
This commit is contained in:
Giovanni Campagna
2010-07-24 13:57:53 +02:00
committed by Giovanni Campagna
parent bc83890c39
commit 9e99a8c25a
11 changed files with 506 additions and 19 deletions

View File

@ -135,6 +135,7 @@ function start() {
notificationDaemon = new NotificationDaemon.NotificationDaemon();
windowAttentionHandler = new WindowAttentionHandler.WindowAttentionHandler();
telepathyClient = new TelepathyClient.Client();
panel.startStatusArea();
_startDate = new Date();