[epiphany/in-tab-overview: 28/56] ephy-window: add ephy-about:overview to the list of hidden urls



commit 59a8bc20c4924f404eaea6533bb5cf07e789e20b
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Mon Aug 27 17:05:48 2012 +0300

    ephy-window: add ephy-about:overview to the list of hidden urls

 src/ephy-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index f28a62c..69f0140 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -1473,6 +1473,7 @@ setup_ui_manager (EphyWindow *window)
  * window's location entry. */
 static const char * do_not_show_address[] = {
 	"about:blank",
+	"ephy-about:overview",
 	NULL
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]