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);
}
}
|