aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-embed.cpp
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-04-18 18:35:44 +0800
committerChristian Persch <chpe@src.gnome.org>2004-04-18 18:35:44 +0800
commit253cdd5d4d4969687f0c739cc751fa9a96c42600 (patch)
tree752d5711617ce980cefd5532fd996a18e954cc80 /embed/mozilla/mozilla-embed.cpp
parent4d702bd73bf61dd1b8df432da802adcc3785fd0a (diff)
downloadgsoc2013-epiphany-253cdd5d4d4969687f0c739cc751fa9a96c42600.tar
gsoc2013-epiphany-253cdd5d4d4969687f0c739cc751fa9a96c42600.tar.gz
gsoc2013-epiphany-253cdd5d4d4969687f0c739cc751fa9a96c42600.tar.bz2
gsoc2013-epiphany-253cdd5d4d4969687f0c739cc751fa9a96c42600.tar.lz
gsoc2013-epiphany-253cdd5d4d4969687f0c739cc751fa9a96c42600.tar.xz
gsoc2013-epiphany-253cdd5d4d4969687f0c739cc751fa9a96c42600.tar.zst
gsoc2013-epiphany-253cdd5d4d4969687f0c739cc751fa9a96c42600.zip
Fix chrome for new windows opened from _blank target. Fixes bug #139512.
2004-04-18 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-embed.c: (ephy_embed_chrome_get_type): * embed/ephy-embed.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-window.c: (ephy_window_set_chrome), (ephy_window_set_property), (ephy_window_class_init): Fix chrome for new windows opened from _blank target. Fixes bug #139512.
Diffstat (limited to 'embed/mozilla/mozilla-embed.cpp')
-rw-r--r--embed/mozilla/mozilla-embed.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-embed.cpp b/embed/mozilla/mozilla-embed.cpp
index 8f0fe578b..3ab68b9ab 100644
--- a/embed/mozilla/mozilla-embed.cpp
+++ b/embed/mozilla/mozilla-embed.cpp
@@ -997,7 +997,6 @@ mozilla_embed_new_window_cb (GtkMozEmbed *embed,
}
conversion_map [] =
{
- { GTK_MOZ_EMBED_FLAG_DEFAULTCHROME, EPHY_EMBED_CHROME_DEFAULT },
{ GTK_MOZ_EMBED_FLAG_MENUBARON, EPHY_EMBED_CHROME_MENUBAR },
{ GTK_MOZ_EMBED_FLAG_TOOLBARON, EPHY_EMBED_CHROME_TOOLBAR },
{ GTK_MOZ_EMBED_FLAG_STATUSBARON, EPHY_EMBED_CHROME_STATUSBAR },