Show
Ignore:
Timestamp:
08/16/07 17:02:50 (6 years ago)
Author:
kop-labs
Message:

Fixed bug when save OptionList?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/k0p/umitInterfaceEditor/PageNotebook.py

    r1390 r1393  
    643643    def _create_option_list(self, widget): 
    644644        eventbox = gtk.EventBox() 
    645         name = 'New Option List : change my name' 
     645        name = 'New Option List' 
    646646        label = HIGEntryLabel(name) 
    647647         
     
    649649        tmp_widget = OptionList() 
    650650        list = [] 
     651        void = {'name':''} 
    651652        j = 'None' 
    652653        d = {} 
    653654        d['name'] = j  
     655        tmp_widget.append(void) 
    654656        tmp_widget.append(d) 
    655657        list.append(j)