[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 32/37: Fix cast
noreply at xfce.org
noreply at xfce.org
Mon Mar 23 23:30:27 CET 2020
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 panel-plugins/xfce4-clipman-plugin.
commit 5f3e2da5eb44c6b4a10e9210caa4975c10cff70f
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sun Mar 22 22:24:10 2020 +0100
Fix cast
---
panel-plugin/xfce4-clipman-history.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/xfce4-clipman-history.c b/panel-plugin/xfce4-clipman-history.c
index c814c2d..8a66d24 100644
--- a/panel-plugin/xfce4-clipman-history.c
+++ b/panel-plugin/xfce4-clipman-history.c
@@ -322,7 +322,7 @@ clipman_history_dialog_finalize (MyPlugin *plugin,
if (paste_on_activate > 0)
{
- g_timeout_add (10, G_SOURCE_FUNC (clipman_history_paste_on_activate), GUINT_TO_POINTER (paste_on_activate));
+ g_timeout_add (10, (GSourceFunc) clipman_history_paste_on_activate, GUINT_TO_POINTER (paste_on_activate));
}
g_slice_free (MyPlugin, plugin);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list