[gnome-mahjongg/arnaudb/modernize-code: 3/3] Replace deprecated method.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mahjongg/arnaudb/modernize-code: 3/3] Replace deprecated method.
- Date: Tue, 31 Mar 2020 13:15:41 +0000 (UTC)
commit ea52e9fb2aded10e6a1e9f46e81615fa1e7c0df8
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Fri Mar 27 19:46:55 2020 +0100
Replace deprecated method.
src/gnome-mahjongg.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnome-mahjongg.vala b/src/gnome-mahjongg.vala
index a0918c7..460570a 100644
--- a/src/gnome-mahjongg.vala
+++ b/src/gnome-mahjongg.vala
@@ -722,7 +722,7 @@ public class Mahjongg : Gtk.Application
{
try
{
- Gtk.show_uri (window.get_screen (), "help:gnome-mahjongg", Gtk.get_current_event_time ());
+ Gtk.show_uri_on_window (window, "help:gnome-mahjongg", Gtk.get_current_event_time ());
}
catch (Error e)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]