diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-06 13:37:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-06 13:37:35 +0100 |
| commit | 7ae514af0aea1b953a93f88d5507e6c1dd675908 (patch) | |
| tree | d14505318a517a3f86944fc194d9b4f5ce05a3e3 /src/lib/config.cc | |
| parent | 8fb1e87dc19210dc29a1eabc4e410af4a3fb740b (diff) | |
Better updating of servers list when things change.
Diffstat (limited to 'src/lib/config.cc')
| -rw-r--r-- | src/lib/config.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index ee38e9866..16a3849b5 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -407,9 +407,9 @@ Config::drop () } void -Config::changed () +Config::changed (Property what) { - Changed (); + Changed (what); } void |
