Bug 328636 Editing event with reminder (15 or 30 min.) crashes Thunderbird (branch). Patch by ssitter@googlemail.com. r=jminta

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191289 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jminta%gmail.com
2006-02-27 01:53:21 +00:00
parent 35cfb023d8
commit b3fa43c581

View File

@@ -586,8 +586,6 @@ function updateAlarm()
document.getElementById("alarm-details").removeAttribute("hidden");
break;
default:
document.getElementById("alarm-details").setAttribute("hidden", true);
var customItem = document.getElementById("alarm-custom-menuitem");
if (prevAlarmItem == customItem) {
customItem.setAttribute("length", getElementValue("alarm-length-field"));
@@ -596,6 +594,7 @@ function updateAlarm()
}
setAlarmFields(alarmItem);
document.getElementById("alarm-details").setAttribute("hidden", true);
break;
}