Fixing bug on ConfNodeEditors refresh
authorLaurent Bessard
Wed, 23 May 2012 16:30:41 +0200
changeset 2060 c7a2c9362d63
parent 2059 b74955d211c7
child 2061 a5641abeac7c
child 2062 c485269ec443
Fixing bug on ConfNodeEditors refresh
etherlab/ConfigEditor.py
--- a/etherlab/ConfigEditor.py	Wed May 23 16:13:49 2012 +0200
+++ b/etherlab/ConfigEditor.py	Wed May 23 16:30:41 2012 +0200
@@ -167,6 +167,8 @@
         return False, False
         
     def RefreshView(self):
+        ConfTreeNodeEditor.RefreshView(self)
+        
         slave_infos = self.Controler.GetSlaveInfos()
         if slave_infos is not None:
             self.Vendor.SetValue(slave_infos["vendor"])