From 354d175a21805e933ee36267876c5f37b5605ac5 Mon Sep 17 00:00:00 2001 From: bleakgrey Date: Sat, 27 Oct 2018 12:15:22 +0300 Subject: [PATCH] Fix #84 --- src/Views/StatusView.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Views/StatusView.vala b/src/Views/StatusView.vala index d06f716..3706cc8 100644 --- a/src/Views/StatusView.vala +++ b/src/Views/StatusView.vala @@ -79,7 +79,7 @@ public class Tootle.StatusView : AbstractView { window.open_view (new StatusView (st)); } else - app.toast (_("Toot not found")); + Desktop.open_uri (q); } catch (GLib.Error e) { warning (e.message);