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.c | |
parent | fe170e228b9d8198a78a19acf21dd9ac3cb8416a (diff) | |
download | gsoc2013-epiphany-c6252fe89f3c12604f8e71c2cb748e03a5d458fc.tar.gz 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.c')
-rw-r--r-- | src/ephy-shell.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 07075ecbc..7fb19c985 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -130,11 +130,7 @@ queue_commands (EphyShell *shell) EPHY_SESSION_CMD_RESUME_SESSION, NULL, NULL, ctx->user_time, TRUE); - if (ctx->startup_flags & EPHY_STARTUP_BOOKMARKS_EDITOR) - ephy_session_queue_command (session, - EPHY_SESSION_CMD_OPEN_BOOKMARKS_EDITOR, - NULL, NULL, ctx->user_time, FALSE); - else if (ctx->session_filename != NULL) + if (ctx->session_filename != NULL) ephy_session_queue_command (session, EPHY_SESSION_CMD_LOAD_SESSION, (const char *)ctx->session_filename, NULL, |