[Xfce4-commits] <xfce4-settings:xfce-4.8> Fix compilation. (cherry picked from commit 4efa1867a4b5d794b0dc56b7ec794b954f12c75a)

Nick Schermer noreply at xfce.org
Sun Jan 30 17:36:02 CET 2011


Updating branch refs/heads/xfce-4.8
         to f1893d3636960910eee4f61fd3cca3e944956d6f (commit)
       from 52877bbe9c18dec778a3421650063f93eb4d169a (commit)

commit f1893d3636960910eee4f61fd3cca3e944956d6f
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Jan 23 20:02:26 2011 +0100

    Fix compilation.
    (cherry picked from commit 4efa1867a4b5d794b0dc56b7ec794b954f12c75a)

 dialogs/display-settings/xfce-randr.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dialogs/display-settings/xfce-randr.c b/dialogs/display-settings/xfce-randr.c
index cd16c95..c40f50d 100644
--- a/dialogs/display-settings/xfce-randr.c
+++ b/dialogs/display-settings/xfce-randr.c
@@ -153,8 +153,8 @@ xfce_randr_populate (XfceRandr *randr,
     gint           n;
     guint          m;
 
-    g_return_val_if_fail (randr != NULL, FALSE);
-    g_return_val_if_fail (randr->resources != NULL, FALSE);
+    g_return_if_fail (randr != NULL);
+    g_return_if_fail (randr->resources != NULL);
 
     /* prepare the temporary cache */
     outputs = g_ptr_array_new ();



More information about the Xfce4-commits mailing list