diff options
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index ff450fe5..7552676d 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -412,7 +412,7 @@ int main(int argc, char **argv) /* No URLs/files on cmdline. Send startup screen */ if (dStrAsciiCasecmp(URL_SCHEME(prefs.start_page), "about") == 0 && strcmp(URL_PATH(prefs.start_page), "blank") == 0) - a_UIcmd_open_url(bw, NULL); + a_UIcmd_open_url(bw, NULL); // NULL URL focuses location else a_UIcmd_open_url(bw, prefs.start_page); } else { |