/[classpath]/classpath/java/awt/MenuItem.java
ViewVC logotype

Diff of /classpath/java/awt/MenuItem.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by mkoch, Thu Dec 30 19:02:06 2004 UTC revision 1.21 by craig, Fri Feb 11 22:22:55 2005 UTC
# Line 563  protected void Line 563  protected void
563  processActionEvent(ActionEvent event)  processActionEvent(ActionEvent event)
564  {  {
565    if (action_listeners != null)    if (action_listeners != null)
566      action_listeners.actionPerformed(event);      {
567          event.setSource(this);
568          action_listeners.actionPerformed(event);
569        }
570  }  }
571    
572  /*************************************************************************/  /*************************************************************************/

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26