[Xfce4-commits] [thunar-plugins/thunar-archive-plugin] 01/01: Remove calls to deprecated gdk_threads_enter/leave
noreply at xfce.org
noreply at xfce.org
Wed Dec 6 04:17:21 CET 2017
This is an automated email from the git hooks/post-receive script.
a n d 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 thunar-plugins/thunar-archive-plugin.
commit e5aeedbb7417f822b914bbd0714f636df6db7d3b
Author: Andre Miranda <andreldm at xfce.org>
Date: Wed Dec 6 00:14:01 2017 -0300
Remove calls to deprecated gdk_threads_enter/leave
Throughout Gnome's code I couldn't find these functions
being used with g_spawn_close_pid, also this function
has no effect on UNIX, so the risk (if any) is very small.
---
thunar-archive-plugin/tap-provider.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/thunar-archive-plugin/tap-provider.c b/thunar-archive-plugin/tap-provider.c
index 911a1a7..bfc30f5 100644
--- a/thunar-archive-plugin/tap-provider.c
+++ b/thunar-archive-plugin/tap-provider.c
@@ -605,12 +605,8 @@ tap_provider_child_watch (GPid pid,
gint status,
gpointer user_data)
{
- GDK_THREADS_ENTER ();
-
/* need to cleanup */
g_spawn_close_pid (pid);
-
- GDK_THREADS_LEAVE ();
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list