aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 373b9711c..6322a04ef 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -66,8 +66,7 @@ struct EphyShellPrivate
enum
{
STARTPAGE_HOME,
- STARTPAGE_LAST,
- STARTPAGE_BLANK,
+ STARTPAGE_LAST
};
static void
@@ -388,7 +387,7 @@ build_homepage_url (EphyShell *gs,
}
else
{
- page_type = eel_gconf_get_integer (CONF_GENERAL_NEWPAGE_TYPE);
+ page_type = STARTPAGE_LAST;
}
/* return the appropriate page */