aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-10-10 05:26:03 +0800
committerChristian Persch <chpe@src.gnome.org>2005-10-10 05:26:03 +0800
commitbc9ded62b951abe03f63a08cf02dfdd1409b860e (patch)
tree2038fc909a3a16b69cd48aea483e88b4b1800b6e /lib
parent12f4a8e2564d41fdc67971b6f82b91c5dd65fc6a (diff)
downloadgsoc2013-epiphany-bc9ded62b951abe03f63a08cf02dfdd1409b860e.tar
gsoc2013-epiphany-bc9ded62b951abe03f63a08cf02dfdd1409b860e.tar.gz
gsoc2013-epiphany-bc9ded62b951abe03f63a08cf02dfdd1409b860e.tar.bz2
gsoc2013-epiphany-bc9ded62b951abe03f63a08cf02dfdd1409b860e.tar.lz
gsoc2013-epiphany-bc9ded62b951abe03f63a08cf02dfdd1409b860e.tar.xz
gsoc2013-epiphany-bc9ded62b951abe03f63a08cf02dfdd1409b860e.tar.zst
gsoc2013-epiphany-bc9ded62b951abe03f63a08cf02dfdd1409b860e.zip
Fix logging.
2005-10-09 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-debug.c: Fix logging.
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-debug.c b/lib/ephy-debug.c
index 16e1274db..33eaf803c 100644
--- a/lib/ephy-debug.c
+++ b/lib/ephy-debug.c
@@ -78,7 +78,7 @@ log_module (const gchar *log_domain,
if (!ephy_log_all_modules && !ephy_log_modules) return;
- if (ephy_log_all_modules)
+ if (ephy_log_modules != NULL)
{
guint i;