Only show items with an id in default

This commit is contained in:
Tom Willemsen 2012-09-10 22:10:26 +02:00
parent c5dac997f4
commit f305dd0c42

View file

@ -166,7 +166,7 @@
(define-view default (define-view default
"Default todo-list view, show only the title." "Default todo-list view, show only the title."
"~a~%" content) "~2d ~a~%" id content)
(define (view args) (define (view args)
"Show a list of todo items." "Show a list of todo items."