[Xfce4-commits] [xfce/thunar] 01/01: removed deprecations - no need to have critical section here, method pointers passed to "g_timeout_add" are executed by the gtk main thread
noreply at xfce.org
noreply at xfce.org
Wed Nov 15 21:21:33 CET 2017
This is an automated email from the git hooks/post-receive script.
a l e x 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 xfce/thunar.
commit f904cf4cdcdf3cd4756d6d535133d6c0a3bd2f8f
Author: Alexander Schwinn <acs82 at gmx.de>
Date: Wed Nov 15 21:18:18 2017 +0100
removed deprecations - no need to have critical section here,
method pointers passed to "g_timeout_add" are executed by the gtk main
thread
---
thunar/thunar-history-action.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/thunar/thunar-history-action.c b/thunar/thunar-history-action.c
index 18c3a57..b0cfc92 100644
--- a/thunar/thunar-history-action.c
+++ b/thunar/thunar-history-action.c
@@ -90,11 +90,7 @@ thunar_history_action_popup_delayed (gpointer data)
ThunarHistoryAction *history_action;
history_action = g_object_get_data (G_OBJECT (button), I_("thunar-history-action"));
-
- GDK_THREADS_ENTER ();
thunar_history_action_show_menu (button, history_action, 3, 0);
- GDK_THREADS_LEAVE ();
-
history_action->popup_delay = 0;
return FALSE;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list