Bug 310909 event list: double click on event occurrence --- recurrence info not editable (not available)

original patch by gekacheka, r=me
This commit is contained in:
mvl%exedo.nl 2005-10-03 17:45:28 +00:00
parent 2d827ee6cf
commit 282c83f0da

View File

@ -248,7 +248,7 @@ function unifinderDoubleClickEvent( event )
var calendarEvent = getCalendarEventFromEvent( event );
if( calendarEvent != null )
editEvent( calendarEvent );
editEvent( calendarEvent.parentItem );
else
newEvent();
}