[Xfce4-commits] [xfce/xfdesktop] 01/01: A value must be returned from the function

noreply at xfce.org noreply at xfce.org
Sun Aug 3 09:55:09 CEST 2014


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

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit ec8bac0ce179b73c61883ba5a80745d3a3e6d6eb
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Aug 3 10:52:21 2014 +0300

    A value must be returned from the function
---
 src/xfce-desktop.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfce-desktop.c b/src/xfce-desktop.c
index 2166803..a3131fc 100644
--- a/src/xfce-desktop.c
+++ b/src/xfce-desktop.c
@@ -1461,7 +1461,7 @@ hidden_idle_cb(gpointer user_data)
 {
     XfceDesktop *desktop;
 
-    g_return_if_fail(XFCE_IS_DESKTOP(user_data));
+    g_return_val_if_fail(XFCE_IS_DESKTOP(user_data), FALSE);
 
     desktop = XFCE_DESKTOP(user_data);
 

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


More information about the Xfce4-commits mailing list