mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 04:39:31 +00:00
Fixing selection problems with add event, removing selection after edit event since the event was already selected.
This commit is contained in:
parent
89cd57a287
commit
7fab8d26b2
@ -151,9 +151,9 @@ function CalendarWindow( calendarDataSource )
|
||||
{
|
||||
if( calendarEvent )
|
||||
{
|
||||
calendarWindow.currentView.refreshEvents( );
|
||||
|
||||
calendarWindow.setSelectedEvent( calendarEvent );
|
||||
|
||||
calendarWindow.currentView.refreshEvents( );
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -162,11 +162,6 @@ function CalendarWindow( calendarDataSource )
|
||||
{
|
||||
if( !gICalLib.batchMode )
|
||||
{
|
||||
if( calendarEvent )
|
||||
{
|
||||
calendarWindow.setSelectedEvent( calendarEvent );
|
||||
|
||||
}
|
||||
calendarWindow.currentView.refreshEvents( );
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user