[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 05/15: Wait workaround again

noreply at xfce.org noreply at xfce.org
Wed Jun 1 22:39:58 CEST 2016


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

schuellerf pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.

commit de8ea2564ed23ee75a1aa562cedc3536654a53e5
Author: Florian Schüller <florian.schueller at gmail.com>
Date:   Wed May 25 00:07:22 2016 +0200

    Wait workaround again
---
 panel-plugin/actions.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/panel-plugin/actions.c b/panel-plugin/actions.c
index e679e4b..36f40f4 100644
--- a/panel-plugin/actions.c
+++ b/panel-plugin/actions.c
@@ -760,6 +760,7 @@ clipman_actions_match_with_menu (ClipmanActions *actions,
   gtk_container_add (GTK_CONTAINER (actions->priv->menu), mi);
 
   gtk_widget_show_all (actions->priv->menu);
+  while (usleep(100000) == -1);
   gtk_menu_popup (GTK_MENU (actions->priv->menu), NULL, NULL, NULL, NULL, 0, gtk_get_current_event_time ());
 
   g_slist_free (entries);

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


More information about the Xfce4-commits mailing list