[epiphany] ephy-window: assume windows are not popups by default
- From: Xan Lopez <xan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-window: assume windows are not popups by default
- Date: Mon, 25 Jan 2010 15:53:56 +0000 (UTC)
commit 2a1790159cc2109817e7452edc8b8941b73e774a
Author: Xan Lopez <xan gnome org>
Date: Mon Jan 25 17:32:28 2010 +0200
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 5e26716..bba3ef9 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]