[five-or-more/arnaudb/use-event-controllers] Replace deprecated method.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [five-or-more/arnaudb/use-event-controllers] Replace deprecated method.
- Date: Thu, 12 Mar 2020 22:28:40 +0000 (UTC)
commit 2f4f3332353e3b960b55741621c0961032c22e00
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Thu Mar 12 23:27:37 2020 +0100
Replace deprecated method.
src/main.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/main.vala b/src/main.vala
index b7e4f24..7436a68 100644
--- a/src/main.vala
+++ b/src/main.vala
@@ -137,7 +137,7 @@ private class FiveOrMoreApp: Gtk.Application
{
try
{
- Gtk.show_uri (window.get_screen (), "help:five-or-more", Gtk.get_current_event_time ());
+ Gtk.show_uri_on_window (window, "help:five-or-more", Gtk.get_current_event_time ());
}
catch (GLib.Error e)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]