Apply config changes, then dismiss dialog.
(self)
| 172 | return outer |
| 173 | |
| 174 | def ok(self): |
| 175 | """Apply config changes, then dismiss dialog.""" |
| 176 | self.apply() |
| 177 | self.destroy() |
| 178 | |
| 179 | def apply(self): |
| 180 | """Apply config changes and leave dialog open.""" |