mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-16 19:40:41 +01:00
Fix #84
This commit is contained in:
parent
102e0a4a42
commit
354d175a21
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user