diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-12-24 07:03:08 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-12-24 07:03:08 +0800 |
commit | 93079ee8ea5a7a2e89d4842c9c4cad71724a99f4 (patch) | |
tree | 9ebdb2eaf70445709de27f8d8a374b25cf4e7400 /lib | |
parent | ae406f215282f65b7179ffbbe94eb1ce69768099 (diff) | |
download | gsoc2013-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 'lib')
-rw-r--r-- | lib/ephy-marshal.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-marshal.list b/lib/ephy-marshal.list index 6e9daa24b..57d064177 100644 --- a/lib/ephy-marshal.list +++ b/lib/ephy-marshal.list @@ -2,7 +2,7 @@ INT:STRING BOOLEAN:OBJECT BOOLEAN:STRING, STRING BOOLEAN:VOID -OBJECT:ENUM +OBJECT:FLAGS VOID:ENUM VOID:ENUM,INT,BOOLEAN VOID:INT,INT |