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 <[email protected]> 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. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
