From 416dc9be3cdfb8e2eb5c07f17f2ce4bb7a9848dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Fri, 26 Jan 2018 11:52:08 +0100 Subject: util: Port to gtk_show_uri_on_window gtk_show_uri is deprecated and will be removed in later versions. https://bugzilla.gnome.org/show_bug.cgi?id=792923 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/77f16df --- src/eom-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/eom-util.h') diff --git a/src/eom-util.h b/src/eom-util.h index 30c9658..528ec4e 100644 --- a/src/eom-util.h +++ b/src/eom-util.h @@ -63,7 +63,7 @@ gboolean eom_util_file_is_persistent (GFile *file); G_GNUC_INTERNAL void eom_util_show_file_in_filemanager (GFile *file, - GdkScreen *screen); + GtkWindow *toplevel); G_END_DECLS -- cgit v1.2.1