From cdc268c2e976a336f4f176f02d91a50b714ec779 Mon Sep 17 00:00:00 2001 From: "jminta%gmail.com" Date: Fri, 18 Nov 2005 16:05:43 +0000 Subject: [PATCH] Backing out previous checkin for Bug 315960, wrong copy of the file --- .../base/content/calendar-multiday-view.xml | 105 +++--------------- 1 file changed, 14 insertions(+), 91 deletions(-) diff --git a/calendar/base/content/calendar-multiday-view.xml b/calendar/base/content/calendar-multiday-view.xml index 0a365391a24..d3b96182ea9 100644 --- a/calendar/base/content/calendar-multiday-view.xml +++ b/calendar/base/content/calendar-multiday-view.xml @@ -409,7 +409,7 @@ if (aOccurrence) { var chunk = this.findChunkForOccurrence(aOccurrence); - if (!chunk.eventbox) { + if (!chunk) { dump ("++ Couldn't find chunk to select!!!\n"); return; } @@ -641,19 +641,6 @@ // chunkBox.setAttribute("flex", "1"); - chunkBox.setAttribute("tooltip", "itemTooltip"); - - var categoriesSelectorList = ""; - if (chunk.event.event.getProperty("CATEGORIES") != null) { - var categoriesList = chunk.event.event.getProperty("CATEGORIES").split(","); - for (var i = 0; i < categoriesList.length; i++ ) { - // Remove illegal chars. - categoriesList[i] = categoriesList[i].replace(' ','_'); - categoriesSelectorList = categoriesSelectorList + categoriesList[i].toLowerCase(); - } - } - chunkBox.setAttribute("item-category", categoriesSelectorList); - if (orient == "vertical") chunkBox.setAttribute("height", duration * this.mPixPerMin); else @@ -1449,13 +1436,6 @@ this.mInMouseDown = false; ]]> - - @@ -1545,30 +1525,6 @@ 8*60 20*60 - true - - - - - - - - @@ -1900,7 +1844,7 @@ - - + + @@ -2272,7 +2195,7 @@