diff options
Diffstat (limited to 'src/desktop.vala')
-rw-r--r-- | src/desktop.vala | 2 |
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)"); } }); }); |