Changeset 2162

Show
Ignore:
Timestamp:
06/26/08 05:24:21 (6 months ago)
Author:
jteh
Message:

Remove unreachable code.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property bzr:revision-id:v3-list-QlpoOTFBWSZTWbrL2vUAAB1VgAAQABCAQDrrnqAgAFCgaaGRkxBoTIJ6mmaNRwhndFAoNhZjh_YY4a01fOg1ulgNNC2UrzPdXXEnDpX8XckU4UJC6y9r1A..
      •  

        old new  
        1271271964 jamie@jantrid.net-20080625081946-e47mmoilmgppupwa 
        1281281965 jamie@jantrid.net-20080625120449-pl6rne52cnqcjkoq 
         1291966 jamie@jantrid.net-20080626050835-sl6u0kuqk33w1dge 
    • Property bzr:revision-info
      •  

        old new  
        1 timestamp: 2008-06-25 22:04:49.345999956 +1000 
         1timestamp: 2008-06-26 15:08:35.351999998 +1000 
        22committer: James Teh <jamie@jantrid.net> 
        33properties:  
        44        branch-nick: main 
        5         rebase-of: jamie@jantrid.net-20080625120449-i0ep72t8eph2jf99 
  • trunk/source/NVDAObjects/IAccessible/__init__.py

    r2150 r2162  
    725725 
    726726class IAccessibleWindow(IAccessible): 
    727  
    728         def _get_name(self): 
    729                 return super(IAccessibleWindow,self)._get_name() 
    730                 if not name or (isinstance(name,basestring) and name.isspace()): 
    731                         name=self.windowClassName 
    732                 return name 
    733727 
    734728        def _get_firstChild(self):