From 1c810d69f0ac094ebc2b7094500d27d319372034 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 30 Mar 2012 17:26:22 -0500 Subject: Making sure to clear the idle so we queue again --- libdbusmenu-glib/client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libdbusmenu-glib') diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c index 7bcce31..67beddb 100644 --- a/libdbusmenu-glib/client.c +++ b/libdbusmenu-glib/client.c @@ -1688,6 +1688,7 @@ event_idle_cb (gpointer user_data) in the order they were called incase that matters. */ GList * levents = g_list_reverse(priv->events_to_go); priv->events_to_go = NULL; + priv->event_idle = 0; GVariantBuilder array; g_variant_builder_init(&array, G_VARIANT_TYPE("a(isvu)")); -- cgit v1.2.3