aboutsummaryrefslogtreecommitdiff
path: root/src/desktop.vala
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-08-06 15:21:44 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-08-06 15:21:44 -0500
commitdf2bb3084af551770e9cd3f3e9b4cf59c439041b (patch)
treeea38ba9992748512afca51d16a4ea21511f334f0 /src/desktop.vala
parenta5c2cb14eed8e18dc56cda9034a80c72e7adbdfe (diff)
downloadayatana-indicator-bluetooth-df2bb3084af551770e9cd3f3e9b4cf59c439041b.tar.gz
ayatana-indicator-bluetooth-df2bb3084af551770e9cd3f3e9b4cf59c439041b.tar.bz2
ayatana-indicator-bluetooth-df2bb3084af551770e9cd3f3e9b4cf59c439041b.zip
templated strings need to begin with a '@'
Diffstat (limited to 'src/desktop.vala')
-rw-r--r--src/desktop.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop.vala b/src/desktop.vala
index 8f4a9c8..e4e7d04 100644
--- a/src/desktop.vala
+++ b/src/desktop.vala
@@ -246,7 +246,7 @@ class Desktop: Profile
try {
AppInfo.launch_default_for_uri (uri, null);
} catch (Error e) {
- warning ("unable to launch '$uri': $(e.message)");
+ warning (@"unable to launch '$uri': $(e.message)");
}
});
});