From 10ad0c14e888291228c2f0c464e32e9c706c824e Mon Sep 17 00:00:00 2001
From: Nikias Bassen
Date: Wed, 5 Oct 2011 22:02:34 +0200
Subject: Do not write config every time (still using old format)

---
 src/userpref.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/userpref.c b/src/userpref.c
index 409eb27..8d2ebf2 100644
--- a/src/userpref.c
+++ b/src/userpref.c
@@ -275,10 +275,12 @@ static int config_read(const char *cfgfile, plist_t *dict)
 				}
 			}
 			fclose(fd);
+#if 0
 			if (plist) {
 				// write new format config
 				config_write(cfgfile, plist);
 			}
+#endif
 		}
 	}
 	free(contents);
-- 
cgit v1.1-32-gdbae