[gnome-mahjongg/arnaudb/wip/gtk4: 24/29] Update a method.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mahjongg/arnaudb/wip/gtk4: 24/29] Update a method.
- Date: Fri, 9 Oct 2020 15:35:06 +0000 (UTC)
commit e159056a3ee04a8cf1060c0ab9d4c0303973cf7d
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Thu Apr 23 11:10:36 2020 +0200
Update a method.
src/gnome-mahjongg.vala | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
---
diff --git a/src/gnome-mahjongg.vala b/src/gnome-mahjongg.vala
index d8c94de..abea0e2 100644
--- a/src/gnome-mahjongg.vala
+++ b/src/gnome-mahjongg.vala
@@ -747,14 +747,7 @@ public class Mahjongg : Gtk.Application
private void help_cb ()
{
- try
- {
- show_uri_on_window (window, "help:gnome-mahjongg", get_current_event_time ());
- }
- catch (Error e)
- {
- warning ("Failed to show help: %s", e.message);
- }
+ show_uri (window, "help:gnome-mahjongg", Gdk.CURRENT_TIME);
}
private void load_maps ()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]