aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-12-24 07:03:08 +0800
committerChristian Persch <chpe@src.gnome.org>2004-12-24 07:03:08 +0800
commit93079ee8ea5a7a2e89d4842c9c4cad71724a99f4 (patch)
tree9ebdb2eaf70445709de27f8d8a374b25cf4e7400 /embed
parentae406f215282f65b7179ffbbe94eb1ce69768099 (diff)
downloadgsoc2013-epiphany-93079ee8ea5a7a2e89d4842c9c4cad71724a99f4.tar
gsoc2013-epiphany-93079ee8ea5a7a2e89d4842c9c4cad71724a99f4.tar.gz
gsoc2013-epiphany-93079ee8ea5a7a2e89d4842c9c4cad71724a99f4.tar.bz2
gsoc2013-epiphany-93079ee8ea5a7a2e89d4842c9c4cad71724a99f4.tar.lz
gsoc2013-epiphany-93079ee8ea5a7a2e89d4842c9c4cad71724a99f4.tar.xz
gsoc2013-epiphany-93079ee8ea5a7a2e89d4842c9c4cad71724a99f4.tar.zst
gsoc2013-epiphany-93079ee8ea5a7a2e89d4842c9c4cad71724a99f4.zip
EphyEmbedChrome is flags, not enum.
2004-12-24 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_base_init): * lib/ephy-marshal.list: EphyEmbedChrome is flags, not enum.
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index 3f8c68ba3..2719808e4 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -116,7 +116,7 @@ ephy_embed_base_init (gpointer g_class)
G_SIGNAL_RUN_FIRST | G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (EphyEmbedIface, new_window),
ephy_signal_accumulator_object, ephy_embed_get_type,
- ephy_marshal_OBJECT__ENUM,
+ ephy_marshal_OBJECT__FLAGS,
G_TYPE_OBJECT,
1,
EPHY_TYPE_EMBED_CHROME_MASK);