← Back to team overview

gtg team mailing list archive

[Bug 439368] Re: tags are written twice

 

Fixed in rev 331

This was one of the most difficult and non-intuitive bug I had to fix in a 
long time.

Root of the problem : the end of the title tag was not at the end of the title
line but on the beginning of the next line. Nothing wrong but the fact that a
"\n" was included in the title.

For a reason I don't understand, this led to consider the tag to be sometimes
part of the title, thus adding a new "first line".

Fixed by simply putting the end of title tag at the end of the title
line.

** Changed in: gtg
       Status: Confirmed => Fix Committed

** Changed in: gtg
     Assignee: (unassigned) => Lionel Dricot (ploum)

-- 
tags are written twice
https://bugs.launchpad.net/bugs/439368
You received this bug notification because you are a member of Gtg
developers, which is subscribed to Getting Things GNOME!.

Status in Getting Things GNOME!: Fix Committed

Bug description:
1) create a new task a give it a title
2) write a tag
3) add blanks line at the end of the tasks (hit enter multiple times)
4) close gtg
5) restart gtg

6) The tag is written twice on the first two lines !!!



References