[epiphany/in-tab-overview] ephy-session: don't check loading status for the overview page



commit b9ae3d1ba52036b625570a0f5967139ae9395b31
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 46fd953..3cf7051 100644
--- a/src/ephy-session.c
+++ b/src/ephy-session.c
@@ -976,7 +976,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]