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



commit 6457391ba7bc0529cfb1eb3a11583297d7e1dd9e
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]