From 26fd9fe86101cc6a5d98b3b64f4785328c78ff79 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 30 Jun 2009 22:11:01 +0200 Subject: [PATCH] do not look for xdg config if we want to use stdin as config --- uzbl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 1.7.9.5