Fixing selection problems with add event, removing selection after edit event since the event was already selected.
git-svn-id: svn://10.0.0.236/trunk@133755 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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( );
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user