[Xfce4-commits] [xfce/xfce4-panel] 01/01: Add typecast to silence a compiler warning
noreply at xfce.org
noreply at xfce.org
Tue Jun 27 21:24:32 CEST 2017
This is an automated email from the git hooks/post-receive script.
o c h o s i 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/xfce4-panel.
commit a349f25dc64254a9300a26bb8a275760dd51eecc
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Jun 27 21:24:18 2017 +0200
Add typecast to silence a compiler warning
---
libxfce4panel/xfce-panel-plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libxfce4panel/xfce-panel-plugin.c b/libxfce4panel/xfce-panel-plugin.c
index d4e0597..885c62e 100644
--- a/libxfce4panel/xfce-panel-plugin.c
+++ b/libxfce4panel/xfce-panel-plugin.c
@@ -1023,7 +1023,7 @@ xfce_panel_plugin_menu_move (XfcePanelPlugin *plugin)
panel_return_if_fail (XFCE_IS_PANEL_PLUGIN_PROVIDER (plugin));
/* wait for the popup to go down */
- g_idle_add (xfce_panel_plugin_idle_move, plugin);
+ g_idle_add ((GSourceFunc) xfce_panel_plugin_idle_move, plugin);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list