Changeset 818

Show
Ignore:
Timestamp:
06/13/07 18:02:24 (6 years ago)
Author:
ggpolo
Message:

more one test7 for pygtk in mac

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/ggpolo/umitInventory/new-sample/tests/test7.py

    r817 r818  
    631631       
    632632 
    633     #tlselection = property(_get_tlselection, _set_tlselection) 
    634     #tlgraph = property(_get_tlgraph, _set_tlgraph) 
     633    tlselection = property(_get_tlselection, _set_tlselection) 
     634    tlgraph = property(_get_tlgraph, _set_tlgraph) 
    635635 
    636636 
     
    693693        indx = self.get_btn_id(self.btn_selected) 
    694694        self.__sel = indx 
    695         self.tlsel.tlselection = sel 
     695        #self.tlsel.tlselection = sel 
    696696 
    697697 
    698698    def unselect(self): 
    699699        self.__sel = -1 
    700         self.tlsel.tlselection = None 
     700        #self.tlsel.tlselection = None 
    701701      
    702702