bug 334996: remove old eventboxes after switching to a new day. patch by jminta, r=mvl

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195167 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mvl%exedo.nl
2006-04-22 21:24:04 +00:00
parent 04207236ff
commit fdfd814d01

View File

@@ -195,7 +195,7 @@
// Remove all the old events
this.mItemData = new Array();
while(this.hasChildNodes()) {
while(this.dayitems.hasChildNodes()) {
this.dayitems.removeChild(this.dayitems.lastChild);
}
]]></body>