Fixing bustage

This commit is contained in:
aaronl%netscape.com 2003-07-22 17:02:03 +00:00
parent a43b7fd3f9
commit 980b364341

View File

@ -337,7 +337,7 @@ NS_IMETHODIMP nsDocAccessibleWrap::FireToolkitEvent(PRUint32 aEvent,
rv = NS_OK;
break;
case nsIAccessibleEventReceiver::EVENT_ATK_LINK_SELECTED:
case nsIAccessibleEvent::EVENT_ATK_LINK_SELECTED:
MAI_LOG_DEBUG(("\n\nReceived: EVENT_ATK_LINK_SELECTED\n"));
g_signal_emit_by_name(accWrap->GetAtkObject(),
"link_selected");