зеркало из https://github.com/mozilla/pjs.git
Bug 295164 event list calendar name column is empty.
patch by gekacheka@yahoo.com, r=mvl
This commit is contained in:
Родитель
06c9a58294
Коммит
f67f0595fd
|
@ -472,11 +472,7 @@ var treeView =
|
|||
return getEventStatusString(calendarEvent);
|
||||
|
||||
case "unifinder-search-results-tree-col-filename":
|
||||
var thisCalendar = gCalendarWindow.calendarManager.getCalendarByName( calendarEvent.parent.server );
|
||||
if( thisCalendar )
|
||||
return( thisCalendar.getAttribute( "http://home.netscape.com/NC-rdf#name" ) );
|
||||
else
|
||||
return( "" );
|
||||
return calendarEvent.parent.name;
|
||||
|
||||
default:
|
||||
return false;
|
||||
|
|
Загрузка…
Ссылка в новой задаче