Changeset 116

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

menu fix

Files:

Legend:

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

    r114 r116  
    412412 
    413413  def _onKillHighlightTimeout(self, acc): 
    414     acc.grabFocus() 
     414    if acc.parent.getRole() == pyatspi.ROLE_MENU_BAR: 
     415      acc.grabFocus() 
    415416    acc.generateClick() 
    416417    return False