[gnome-sudoku/arnaudb/wip/gtk4: 25/25] Update a method.



commit 6c807d520fd0279ff7c74fb79ea977af819f3140
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Apr 22 17:23:37 2020 +0200

    Update a method.

 src/gnome-sudoku.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnome-sudoku.vala b/src/gnome-sudoku.vala
index 848888d..055db44 100644
--- a/src/gnome-sudoku.vala
+++ b/src/gnome-sudoku.vala
@@ -608,7 +608,7 @@ public class Sudoku : Gtk.Application
     {
         try
         {
-            show_uri_on_window (window, "help:gnome-sudoku", get_current_event_time ());
+            show_uri (window, "help:gnome-sudoku", Gdk.CURRENT_TIME);
         }
         catch (GLib.Error e)
         {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]