properly update statusbar after network restart
[enigma2.git] / lib / python / Screens / NetworkSetup.py
index 50f8c41b182db5616d97d810ec8bd609fe0bc169..db6b5f9c40e6a0771a9d7769007279c0e7f85e88 100755 (executable)
@@ -946,6 +946,7 @@ class AdapterSetupConfiguration(Screen, HelpableScreen):
 
        def restartfinishedCB(self,data):
                if data is True:
+                       self.updateStatusbar()
                        self.session.open(MessageBox, _("Finished restarting your network"), type = MessageBox.TYPE_INFO, timeout = 10, default = False)
 
        def dataAvail(self,data):