Fixed bug 109262, alarms resetting their unit values.

This commit is contained in:
mikep%oeone.com 2001-11-13 19:45:11 +00:00
Родитель 9ecc180dcd
Коммит 5512f1433c
4 изменённых файлов: 3 добавлений и 7 удалений

Просмотреть файл

@ -184,7 +184,7 @@ function loadCalendarEventDialog()
setFieldValue( "alarm-checkbox", gEvent.alarm, "checked" );
setFieldValue( "alarm-length-field", gEvent.alarmLength );
setFieldValue( "alarm-length-units", gEvent.alarmUnits, "data" );
setFieldValue( "alarm-length-units", gEvent.alarmUnits, "value" );
if ( gEvent.alarmEmailAddress && gEvent.alarmEmailAddress != "" )
{
setFieldValue( "alarm-email-checkbox", true, "checked" );

Просмотреть файл

@ -184,7 +184,7 @@ function loadCalendarEventDialog()
setFieldValue( "alarm-checkbox", gEvent.alarm, "checked" );
setFieldValue( "alarm-length-field", gEvent.alarmLength );
setFieldValue( "alarm-length-units", gEvent.alarmUnits, "data" );
setFieldValue( "alarm-length-units", gEvent.alarmUnits, "value" );
if ( gEvent.alarmEmailAddress && gEvent.alarmEmailAddress != "" )
{
setFieldValue( "alarm-email-checkbox", true, "checked" );

Просмотреть файл

@ -2140,7 +2140,7 @@ CalendarEvent.prototype.convertToMcalEvent = function( )
case CalendarEvent.kAlarmUnit_minutes :
mCalLibEvent.AlarmLength = this.alarmLength;
break;
}
}
this.recurType = 0;

Просмотреть файл

@ -131,7 +131,6 @@ toolbargrippy:hover:active {
toolbargrippy[tbgrippy-collapsed="true"] {
background-image: none;
width: 200px;
}
toolbargrippy[tbgrippy-collapsed="true"] > .toolbargrippy-collapsed-left {
@ -193,7 +192,6 @@ tabpanels {
-moz-binding : url("chrome://calendar/content/penBindings.xml#penButton");
margin : 0px;
border : 0px;
min-width : 0px;
-moz-user-focus : ignore !important;
}
@ -202,7 +200,6 @@ tabpanels {
-moz-binding : url("chrome://calendar/content/penBindings.xml#penButton");
margin : 0px;
border : 0px;
min-width : 0px;
max-height : 18px;
-moz-user-focus : ignore !important;
}
@ -212,7 +209,6 @@ tabpanels {
-moz-binding : url("chrome://calendar/content/penBindings.xml#penButton");
margin : 0px;
border : 0px;
min-width : 0px;
max-height : 12px;
-moz-user-focus : ignore !important;
}