Checked in patch for bug 247164

git-svn-id: svn://10.0.0.236/trunk@158027 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mostafah%oeone.com
2004-06-17 14:07:05 +00:00
parent 180043b917
commit 0d0407e674

View File

@@ -328,8 +328,8 @@ var toDoTreeView =
calendarToDo = gTaskArray[row];
if( !calendarToDo ) return;
if( col.id == "unifinder-todo-tree-col-completed")
{
// Moz1.8 trees require column.id, moz1.7 and earlier trees use column.
if( (col.id || col) == "unifinder-todo-tree-col-completed") {
var completed = calendarToDo.completed.getTime();
if( completed > 0 )