]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.cc
starting openbox without an rc file now works. it makes an empty Xrm db instead of...
[chaz/openbox] / src / openbox.cc
index dff6810222594f227c9e0dc6d2bed59080dcb403..86baec6e3c02d4dfc4d338e375bf5036c466df77 100644 (file)
@@ -1001,7 +1001,7 @@ void Openbox::save() {
 
 void Openbox::load() {
   if (!config.load())
-    return;
+    config.create();
 
   std::string s;
   long l;
This page took 0.023219 seconds and 4 git commands to generate.