do not look for xdg config if we want to use stdin as config
authorDieter Plaetinck <dieter@plaetinck.be>
Tue, 30 Jun 2009 20:11:01 +0000 (22:11 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Tue, 30 Jun 2009 20:11:01 +0000 (22:11 +0200)
uzbl.c

diff --git a/uzbl.c b/uzbl.c
index 66f9595..eb815d0 100644 (file)
--- 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");
     }