diff options
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 66e12ace5..9ca8dce2d 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -64,10 +64,10 @@ typedef enum EPHY_SHELL_STARTUP_EXISTING_WINDOW = 1 << 2, EPHY_SHELL_STARTUP_FULLSCREEN = 1 << 3, EPHY_SHELL_STARTUP_BOOKMARKS_EDITOR = 1 << 4, - EPHY_SHELL_STARTUP_NAUTILUS_VIEW = 1 << 5, - EPHY_SHELL_STARTUP_SESSION = 1 << 6, - EPHY_SHELL_STARTUP_IMPORT_BOOKMARKS = 1 << 7, - EPHY_SHELL_STARTUP_ADD_BOOKMARK = 1 << 8 + EPHY_SHELL_STARTUP_SESSION = 1 << 5, + EPHY_SHELL_STARTUP_IMPORT_BOOKMARKS = 1 << 6, + EPHY_SHELL_STARTUP_ADD_BOOKMARK = 1 << 7, + EPHY_SHELL_STARTUP_SERVER = 1 << 8 } EphyShellStartupFlags; typedef enum |