This commit is contained in:
bleakgrey 2018-10-27 12:15:22 +03:00
parent 102e0a4a42
commit 354d175a21
1 changed files with 1 additions and 1 deletions

View File

@ -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);