From df2bb3084af551770e9cd3f3e9b4cf59c439041b Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 6 Aug 2013 15:21:44 -0500 Subject: templated strings need to begin with a '@' --- src/desktop.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/desktop.vala') 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)"); } }); }); -- cgit v1.2.3