logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

swing/src/nice/ui/common common.nice,1.4,1.5: msg#00064

Subject: swing/src/nice/ui/common common.nice,1.4,1.5
Update of /cvsroot/nice/swing/src/nice/ui/common
In directory sc8-pr-cvs1:/tmp/cvs-serv2904/D:/nice/nice/ui/common

Modified Files:
        common.nice 
Log Message:
Make niceswing compile again.

Index: common.nice
===================================================================
RCS file: /cvsroot/nice/swing/src/nice/ui/common/common.nice,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** common.nice 20 Mar 2003 15:21:26 -0000      1.4
--- common.nice 12 Dec 2003 17:33:48 -0000      1.5
***************
*** 93,97 ****
                list = new LinkedList();
                notNull(list).add(listener);
!               map.put(key.object(),list);
        }
  }
--- 93,97 ----
                list = new LinkedList();
                notNull(list).add(listener);
!               map.put(key,list);
        }
  }
***************
*** 116,120 ****
                list = new LinkedList();
                notNull(list).add(listener);
!               map.put((this.object(),key),list);
        }
  }
--- 116,120 ----
                list = new LinkedList();
                notNull(list).add(listener);
!               map.put((this,key),list);
        }
  }




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/


<Prev in Thread] Current Thread [Next in Thread>