1
0
mirror of https://gitlab.gnome.org/World/tootle synced 2025-02-16 19:40:41 +01:00
This commit is contained in:
bleakgrey 2018-10-27 12:15:22 +03:00
parent 102e0a4a42
commit 354d175a21

View File

@ -79,7 +79,7 @@ public class Tootle.StatusView : AbstractView {
window.open_view (new StatusView (st)); window.open_view (new StatusView (st));
} }
else else
app.toast (_("Toot not found")); Desktop.open_uri (q);
} }
catch (GLib.Error e) { catch (GLib.Error e) {
warning (e.message); warning (e.message);