[Xfce4-commits] [apps/xfdashboard] 02/03: Fix compiler warning about using NULL as unsigned int parameter

noreply at xfce.org noreply at xfce.org
Thu Jan 5 12:02:55 CET 2017


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

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit 3f0c75c3be49347cd34648e1a1c2e0c9c7d5f0c5
Author: Stephan Haller <nomad at froevel.de>
Date:   Thu Jan 5 11:56:50 2017 +0100

    Fix compiler warning about using NULL as unsigned int parameter
---
 libxfdashboard/popup-menu-item.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libxfdashboard/popup-menu-item.c b/libxfdashboard/popup-menu-item.c
index e0dfc5a..4234c10 100644
--- a/libxfdashboard/popup-menu-item.c
+++ b/libxfdashboard/popup-menu-item.c
@@ -88,7 +88,7 @@ void xfdashboard_popup_menu_item_default_init(XfdashboardPopupMenuItemInterface
 			g_signal_new("activated",
 							G_TYPE_FROM_INTERFACE(iface),
 							G_SIGNAL_RUN_LAST,
-							NULL,
+							0,
 							NULL,
 							NULL,
 							g_cclosure_marshal_VOID__VOID,

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


More information about the Xfce4-commits mailing list