diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-07 12:53:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-07 12:53:55 +0100 |
| commit | 21fb4ee6deb1321b37ad360cabdc8963774a4897 (patch) | |
| tree | dc0584b364e452d32a945f07dfe2eddfbd582c4c /src/lib/config.cc | |
| parent | 6e3dfa7c6d719ec9044dc6b764ee3e4a50ee3190 (diff) | |
Only write config on change from the UI, not (say) from tests.
Diffstat (limited to 'src/lib/config.cc')
| -rw-r--r-- | src/lib/config.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index ab57c1afc..5a0b74854 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -431,7 +431,6 @@ Config::drop () void Config::changed () { - write (); Changed (); } |
