[Xfce4-commits] <xfce4-settings:master> Fix compilation.
Nick Schermer
noreply at xfce.org
Sun Jan 23 20:04:01 CET 2011
Updating branch refs/heads/master
to 4efa1867a4b5d794b0dc56b7ec794b954f12c75a (commit)
from 5cff277d2f6cca1f01cf049e874263eb618188e9 (commit)
commit 4efa1867a4b5d794b0dc56b7ec794b954f12c75a
Author: Nick Schermer <nick at xfce.org>
Date: Sun Jan 23 20:02:26 2011 +0100
Fix compilation.
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