Changeset 109

Show
Ignore:
Timestamp:
01/05/08 12:06:10
Author:
slee
Message:

fixed doc changes in firefox

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • inapp/trunk/src/jambu/ActionModel.py

    r108 r109  
    203203    try: 
    204204      if isinstance(acc, AccDecorator): 
    205         ac = acc._acc 
     205        acc = acc._acc 
    206206      path = self.acc_cache[acc] 
    207207      while path == None: 
  • inapp/trunk/src/jambu/ActionTree.py

    r108 r109  
    217217      PrintMessage(s).send() 
    218218      model = self.get_model() 
    219       if model.isAncestor(self.current_acc, source_acc._acc): 
     219      if source_acc.hasToolkitIn('Gecko') or model.isAncestor(self.current_acc, source_acc._acc): 
    220220        ChildChangedMessage(None).send() 
     221      # with minefield we get changes on a FRAME that is not in the heirarchy 
    221222         
    222223    elif event.source.getRole() == pyatspi.ROLE_MENU: