Commit 47f7c87
committed
networking: self.model is always undefined
Stop using `self.model` which is undefined. Instead use the `model`
constant defined at the top of `NetworkInterfacePage`.
This previously was not a problem because the `model` is only needed
when a new connection needs to be created and the autoconnect toggle
never used to do that. With non-persistent `Wired Connection`
being treated differently the model is now required when toggling
autoconnect as new connection is created.1 parent 11ee008 commit 47f7c87
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
0 commit comments