[Xfce4-commits] [panel-plugins/xfce4-places-plugin] 08/30: Replace deprecated gtk_show_uri

noreply at xfce.org noreply at xfce.org
Mon Apr 22 12:07:59 CEST 2019


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-places-plugin.

commit c41fe6b6001f1e73c4e0e9f742d82e0937a171ba
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Apr 20 07:16:15 2019 -0400

    Replace deprecated gtk_show_uri
---
 panel-plugin/support.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/support.c b/panel-plugin/support.c
index ee6b4e2..f53715c 100644
--- a/panel-plugin/support.c
+++ b/panel-plugin/support.c
@@ -109,7 +109,7 @@ places_load_file(const gchar *path)
 {
     GError *error = NULL;
     if(path != NULL && *path != '\0')
-        gtk_show_uri(NULL , path, 0, &error);
+        gtk_show_uri_on_window(NULL , path, 0, &error);
 }
 
 /**

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list