Bug 339083 Copy/Paste meeting-request stopped working. r=mvl
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200319 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -256,6 +256,9 @@ function pasteFromClipboard()
|
||||
}
|
||||
var destCal = getDefaultCalendar();
|
||||
var firstDate = document.getElementById("view-deck").selectedPanel.selectedDay;
|
||||
if (!firstDate.isMutable) {
|
||||
firstDate = firstDate.clone();
|
||||
}
|
||||
firstDate.isDate = false;
|
||||
|
||||
function makeNewStartingDate(oldDate) {
|
||||
|
||||
Reference in New Issue
Block a user