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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user