Show More
@@ -157,11 +157,9 b' class ui(object):' | |||||
157 | self._tcfg.restore(data[1]) |
|
157 | self._tcfg.restore(data[1]) | |
158 | self._ucfg.restore(data[2]) |
|
158 | self._ucfg.restore(data[2]) | |
159 |
|
159 | |||
160 |
def setconfig(self, section, name, value |
|
160 | def setconfig(self, section, name, value): | |
161 | if overlay: |
|
161 | for cfg in (self._ocfg, self._tcfg, self._ucfg): | |
162 |
|
|
162 | cfg.set(section, name, value) | |
163 | self._tcfg.set(section, name, value) |
|
|||
164 | self._ucfg.set(section, name, value) |
|
|||
165 | self.fixconfig(section=section) |
|
163 | self.fixconfig(section=section) | |
166 |
|
164 | |||
167 | def _data(self, untrusted): |
|
165 | def _data(self, untrusted): |
General Comments 0
You need to be logged in to leave comments.
Login now