aboutsummaryrefslogtreecommitdiff
path: root/src/main.vala
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-08-05 16:48:17 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-08-05 16:48:17 -0500
commitc1ce02f2b8cd198712606888d08b36f1e7aefe39 (patch)
tree070c84ca09c0041eea98cd4be6be6cc97008470d /src/main.vala
parent9837ce82575d089b52269ff600820d565be3fd22 (diff)
downloadayatana-indicator-bluetooth-c1ce02f2b8cd198712606888d08b36f1e7aefe39.tar.gz
ayatana-indicator-bluetooth-c1ce02f2b8cd198712606888d08b36f1e7aefe39.tar.bz2
ayatana-indicator-bluetooth-c1ce02f2b8cd198712606888d08b36f1e7aefe39.zip
fully implement the bluez/device backend. in the desktop profile, add menuitems for the devices.
Diffstat (limited to 'src/main.vala')
-rw-r--r--src/main.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.vala b/src/main.vala
index b88e94e..824e1d5 100644
--- a/src/main.vala
+++ b/src/main.vala
@@ -12,7 +12,7 @@ main (string[] args)
var bluetooth = new Bluez (new RfKillSwitch ());
// start the service
- var service = new BluetoothIndicator (bluetooth);
+ var service = new Service (bluetooth);
service.run ();
return Posix.EXIT_SUCCESS;