[Xfce4-commits] <xfdesktop:master> Fix compiler warning

Eric Koegel noreply at xfce.org
Sun Sep 22 17:26:01 CEST 2013


Updating branch refs/heads/master
         to 7594c2ffa8bb8d695515335587b785745aeada56 (commit)
       from 5369d932e1a90077499b3f4c38dc1b57b4a86a2d (commit)

commit 7594c2ffa8bb8d695515335587b785745aeada56
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Sep 22 18:24:43 2013 +0300

    Fix compiler warning

 src/xfce-backdrop.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfce-backdrop.c b/src/xfce-backdrop.c
index 9f9aaca..c4827a9 100644
--- a/src/xfce-backdrop.c
+++ b/src/xfce-backdrop.c
@@ -998,7 +998,7 @@ xfce_backdrop_loader_closed_cb(GdkPixbufLoader *loader,
 
     TRACE("entering");
 
-    g_return_val_if_fail(XFCE_IS_BACKDROP(backdrop), NULL);
+    g_return_if_fail(XFCE_IS_BACKDROP(backdrop));
 
     /* canceled? quit now */
     if(g_cancellable_is_cancelled(image_data->cancellable)) {


More information about the Xfce4-commits mailing list