diff options
Diffstat (limited to 'embed/ephy-embed-persist.h')
-rw-r--r-- | embed/ephy-embed-persist.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/embed/ephy-embed-persist.h b/embed/ephy-embed-persist.h index fc65088a1..a2616cdb4 100644 --- a/embed/ephy-embed-persist.h +++ b/embed/ephy-embed-persist.h @@ -46,11 +46,11 @@ typedef struct EphyEmbedPersistPrivate EphyEmbedPersistPrivate; typedef enum { - EMBED_PERSIST_COPY_PAGE = 1 << 0, - EMBED_PERSIST_MAINDOC = 1 << 1, - EMBED_PERSIST_NO_VIEW = 1 << 2, - EMBED_PERSIST_ASK_DESTINATION = 1 << 3, - EMBED_PERSIST_DO_CONVERSION = 1 << 4 + EPHY_EMBED_PERSIST_COPY_PAGE = 1 << 0, + EPHY_EMBED_PERSIST_MAINDOC = 1 << 1, + EPHY_EMBED_PERSIST_NO_VIEW = 1 << 2, + EPHY_EMBED_PERSIST_ASK_DESTINATION = 1 << 3, + EPHY_EMBED_PERSIST_DO_CONVERSION = 1 << 4 } EphyEmbedPersistFlags; struct _EphyEmbedPersist |