From 13a746d2fc81415bf3ceab7fe39a247aa18baf9b Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 19 Nov 2009 11:10:37 +0200 Subject: ephy-net-monitor: logic of the NULL checks was inverted --- src/ephy-net-monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-net-monitor.c') diff --git a/src/ephy-net-monitor.c b/src/ephy-net-monitor.c index 3107ad243..0f2542590 100644 --- a/src/ephy-net-monitor.c +++ b/src/ephy-net-monitor.c @@ -107,7 +107,7 @@ ephy_net_monitor_check_network (EphyNetMonitor *monitor) DBusMessage *message; DBusPendingCall* reply; - g_return_if_fail (priv == NULL || priv->bus == NULL); + g_return_if_fail (priv != NULL || priv->bus != NULL); LOG ("EphyNetMonitor checking network"); -- cgit v1.2.3