Skip to content

todo-txt: fix note parsing

Rohit Kaushik requested to merge kaushik-rohit/gnome-todo:notes into master
  1. The case when note appear as note:"desc" with no in_description was ignored. It is fixed now.
  2. description was being saved even if note was an empty string. A check for empty string has been added and note is cached only if description is not NULL and not empty.

Merge request reports