mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColDue: Added _modifiable
This commit is contained in:
parent
62f40d0830
commit
9fd1500d20
1 changed files with 3 additions and 2 deletions
|
@ -31,8 +31,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
ColumnDue::ColumnDue ()
|
ColumnDue::ColumnDue ()
|
||||||
{
|
{
|
||||||
_name = "due";
|
_name = "due";
|
||||||
_label = STRING_COLUMN_LABEL_DUE;
|
_modifiable = true;
|
||||||
|
_label = STRING_COLUMN_LABEL_DUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue