From 91b9b4b6aa199d3feac08f8ae8f8398064ab0d44 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 29 Aug 2012 21:58:43 +0200 Subject: ephy-session: another micro-fix While we are at it, the fact that 'url' is not NULL is checked before the if block, so this is also redundant. --- src/ephy-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ephy-session.c b/src/ephy-session.c index 128ad8afc..5ba166447 100644 --- a/src/ephy-session.c +++ b/src/ephy-session.c @@ -1000,7 +1000,7 @@ parse_embed (xmlNodePtr child, EPHY_NEW_TAB_APPEND_LAST); } } - else if (was_loading && url != NULL) + else if (was_loading) { /* Shows a message to the user that warns that this page was loading during crash and make Epiphany crash again, -- cgit v1.2.3