aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.c
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@igalia.com>2012-04-07 13:58:43 +0800
committerDiego Escalante Urrelo <diegoe@igalia.com>2012-06-15 07:16:09 +0800
commitbab0d69b121a3693295e3f7a71ba9367cb65445b (patch)
tree341e37315b2e9107d83127e7ebb1277a8cad18d5 /embed/ephy-web-view.c
parent9954541fdc25579033d396554717b4e4c30c8cfb (diff)
downloadgsoc2013-epiphany-bab0d69b121a3693295e3f7a71ba9367cb65445b.tar
gsoc2013-epiphany-bab0d69b121a3693295e3f7a71ba9367cb65445b.tar.gz
gsoc2013-epiphany-bab0d69b121a3693295e3f7a71ba9367cb65445b.tar.bz2
gsoc2013-epiphany-bab0d69b121a3693295e3f7a71ba9367cb65445b.tar.lz
gsoc2013-epiphany-bab0d69b121a3693295e3f7a71ba9367cb65445b.tar.xz
gsoc2013-epiphany-bab0d69b121a3693295e3f7a71ba9367cb65445b.tar.zst
gsoc2013-epiphany-bab0d69b121a3693295e3f7a71ba9367cb65445b.zip
ephy-web-view: remove unused EphyWebViewChrome elements
https://bugzilla.gnome.org/show_bug.cgi?id=676904
Diffstat (limited to 'embed/ephy-web-view.c')
-rw-r--r--embed/ephy-web-view.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index e4ae30f09..2b4af2954 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -202,11 +202,9 @@ popups_manager_new_window_info (EphyEmbedContainer *container)
gtk_widget_get_allocation (GTK_WIDGET (embed), &allocation);
features = g_strdup_printf
- ("width=%d,height=%d,menubar=%d,status=%d,toolbar=%d",
+ ("width=%d,height=%d,toolbar=%d",
allocation.width,
allocation.height,
- (chrome & EPHY_WEB_VIEW_CHROME_MENUBAR) > 0,
- (chrome & EPHY_WEB_VIEW_CHROME_STATUSBAR) > 0,
(chrome & EPHY_WEB_VIEW_CHROME_TOOLBAR) > 0);
return features;