[epiphany] ephy-session: don't check loading status for the overview page
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-session: don't check loading status for the overview page
- Date: Fri, 31 Aug 2012 18:43:23 +0000 (UTC)
commit 7263dad918cab2464f332cabfb7047bb5efc34a1
Author: Claudio Saavedra <csaavedra igalia com>
Date: Wed Aug 29 18:57:54 2012 +0300
ephy-session: don't check loading status for the overview page
Since this is a special page, there's no need for this.
src/ephy-session.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-session.c b/src/ephy-session.c
index e45099c..cd4e667 100644
--- a/src/ephy-session.c
+++ b/src/ephy-session.c
@@ -974,7 +974,8 @@ parse_embed (xmlNodePtr child,
open an about:blank tab. See http://bugzilla.gnome.org/show_bug.cgi?id=591294
Otherwise, if the web was fully loaded, it is reloaded again. */
if (!was_loading ||
- strcmp ((const char *) url, "about:blank") == 0)
+ strcmp ((const char *) url, "about:blank") == 0 ||
+ strcmp ((const char *) url, "about:overview") == 0)
{
recover_url = (char *) url;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]