diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-node-filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-node-filter.c b/lib/ephy-node-filter.c index 93e2fb902..8af8d71a2 100644 --- a/lib/ephy-node-filter.c +++ b/lib/ephy-node-filter.c @@ -228,7 +228,7 @@ ephy_node_filter_evaluate (EphyNodeFilter *filter, } } - if (handled == FALSE) + if (list != NULL && handled == FALSE) return FALSE; } |