mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Update CmdProjects.cpp
This commit is contained in:
parent
6a8beed7f5
commit
803f4a5017
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ int CmdProjects::execute (std::string& output)
|
||||||
sort_projects (sorted_view, unique);
|
sort_projects (sorted_view, unique);
|
||||||
|
|
||||||
// construct view from sorted list
|
// construct view from sorted list
|
||||||
for (auto& item: sorted_view) {
|
for (auto& item: sorted_view)
|
||||||
|
{
|
||||||
int row = view.addRow ();
|
int row = view.addRow ();
|
||||||
view.set (row, 0, (item.first == ""
|
view.set (row, 0, (item.first == ""
|
||||||
? "(none)"
|
? "(none)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue