diff options
author | Xan Lopez <xan@igalia.com> | 2012-12-10 19:06:14 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-12-10 19:06:14 +0800 |
commit | c6252fe89f3c12604f8e71c2cb748e03a5d458fc (patch) | |
tree | 0bb47b2df31d62447ac1215d921bc29d82c6d026 /src/ephy-shell.h | |
parent | fe170e228b9d8198a78a19acf21dd9ac3cb8416a (diff) | |
download | gsoc2013-epiphany-c6252fe89f3c12604f8e71c2cb748e03a5d458fc.tar gsoc2013-epiphany-c6252fe89f3c12604f8e71c2cb748e03a5d458fc.tar.gz gsoc2013-epiphany-c6252fe89f3c12604f8e71c2cb748e03a5d458fc.tar.bz2 gsoc2013-epiphany-c6252fe89f3c12604f8e71c2cb748e03a5d458fc.tar.lz gsoc2013-epiphany-c6252fe89f3c12604f8e71c2cb748e03a5d458fc.tar.xz gsoc2013-epiphany-c6252fe89f3c12604f8e71c2cb748e03a5d458fc.tar.zst gsoc2013-epiphany-c6252fe89f3c12604f8e71c2cb748e03a5d458fc.zip |
Remove option to launch Web as the bookmarks editor
That thing is on its way out.
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 4e42d001b..ca1d4e22f 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -110,7 +110,6 @@ typedef enum { typedef enum { EPHY_STARTUP_NEW_TAB = 1 << 0, EPHY_STARTUP_NEW_WINDOW = 1 << 1, - EPHY_STARTUP_BOOKMARKS_EDITOR = 1 << 2 } EphyStartupFlags; typedef struct { |