aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-30 22:11:01 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-30 22:11:01 +0200
commit26fd9fe86101cc6a5d98b3b64f4785328c78ff79 (patch)
treeae9e826298eb30505e46ff9272d315535e3cddfd /uzbl.c
parentde3bcfcb9fc5304865c71d2518ea79d44b3ccbc4 (diff)
do not look for xdg config if we want to use stdin as config
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 66f9595..eb815d0 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -2499,7 +2499,7 @@ settings_init () {
create_stdin();
}
- if (!s->config_file) {
+ else if (!s->config_file) {
s->config_file = find_xdg_file (0, "/uzbl/config");
}