aboutsummaryrefslogtreecommitdiff
path: root/src/dillo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dillo.cc')
-rw-r--r--src/dillo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dillo.cc b/src/dillo.cc
index cd1e31fa..cfefa053 100644
--- a/src/dillo.cc
+++ b/src/dillo.cc
@@ -100,7 +100,7 @@ int main(int argc, char **argv)
a_Url_free(url);
} else {
/* Send startup screen */
- //a_Nav_push(bw, prefs.start_page);
+ a_Nav_push(bw, prefs.start_page);
}
return fltk::run();