dion        2004/01/07 17:02:05

  Modified:    jelly/jelly-tags/swt/src/java/org/apache/commons/jelly/tags/swt
                        MenuTag.java
  Log:
  Apply Jelly-97. Demo seems to work ok with it
  
  Revision  Changes    Path
  1.6       +1 -1      
jakarta-commons/jelly/jelly-tags/swt/src/java/org/apache/commons/jelly/tags/swt/MenuTag.java
  
  Index: MenuTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/jelly-tags/swt/src/java/org/apache/commons/jelly/tags/swt/MenuTag.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- MenuTag.java      9 Oct 2003 21:21:25 -0000       1.5
  +++ MenuTag.java      8 Jan 2004 01:02:05 -0000       1.6
  @@ -100,7 +100,7 @@
        * @param parent is the parent widget which is never null
        * @param widget is the new child widget to be attached to the parent
        */
  -    protected void attachWidgets(Widget parent, Widget widget) {
  +    protected void attachWidgets(Object parent, Widget widget) {
           Menu menu = (Menu) widget;
           if (parent instanceof Decorations) {
               Decorations shell = (Decorations) parent;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to