This commit is contained in:
Michael Hudson-Doyle 2016-11-02 12:14:01 +13:00
parent 91e42e37bd
commit 6b99559819
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class NetworkConfigureInterfaceView(BaseView):
self.update_interface() self.update_interface()
def show_wlan_configuration(self, btn): def show_wlan_configuration(self, btn):
self.contents.network_configure_wlan_interface(self.iface) self.controller.network_configure_wlan_interface(self.iface)
def show_ipv4_configuration(self, btn): def show_ipv4_configuration(self, btn):
self.controller.network_configure_ipv4_interface(self.iface) self.controller.network_configure_ipv4_interface(self.iface)