aboutsummaryrefslogtreecommitdiff
path: root/src/desktop.vala
diff options
context:
space:
mode:
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)");
}
});
});