From 2a1790159cc2109817e7452edc8b8941b73e774a Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 25 Jan 2010 17:32:28 +0200 Subject: ephy-window: assume windows are not popups by default We need to refine our code to identify popups, meanwhile it's better to err on the benevolent side. --- src/ephy-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-window.c') diff --git a/src/ephy-window.c b/src/ephy-window.c index 5e267160b..bba3ef91b 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -2532,7 +2532,7 @@ create_web_view_cb (WebKitWebView *web_view, NULL, NULL, flags, EPHY_WEB_VIEW_CHROME_ALL, - TRUE, /* is popup? */ + FALSE, /* is popup? */ 0); new_web_view = EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED (embed); -- cgit v1.2.3