diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-08-05 16:48:17 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-08-05 16:48:17 -0500 |
commit | c1ce02f2b8cd198712606888d08b36f1e7aefe39 (patch) | |
tree | 070c84ca09c0041eea98cd4be6be6cc97008470d /src/phone.vala | |
parent | 9837ce82575d089b52269ff600820d565be3fd22 (diff) | |
download | ayatana-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/phone.vala')
-rw-r--r-- | src/phone.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phone.vala b/src/phone.vala index 8c9c816..34c10ab 100644 --- a/src/phone.vala +++ b/src/phone.vala @@ -48,7 +48,7 @@ class Phone: Profile try { Process.spawn_command_line_async ("system-settings bluetooth"); } catch (Error e) { - warning ("unable to launch settings: %s", e.message); + warning (@"unable to launch settings: $(e.message)"); } }); |