aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-07-15 22:12:10 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-07-15 22:12:10 +0200
commitf8cffd77d5cd734389fb11966c9eb90315e8c8ed (patch)
treeca6db3e2d625eeebd58a5fce09033998c5d55ffe /uzbl.c
parent42c87fb308831265bc7571bed23c47015ac9c29e (diff)
parent23edd78c1d0f1f370bdaa837aad2d77fec2625bf (diff)
Merge commit 'holizz/whitespace' into experimental
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uzbl.c b/uzbl.c
index c31b41c..9b33f33 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -2516,7 +2516,7 @@ settings_init () {
for (i = 0; default_config[i].command != NULL; i++) {
parse_cmd_line(default_config[i].command, NULL);
}
-
+
if (g_strcmp0(s->config_file, "-") == 0) {
s->config_file = NULL;
create_stdin();