GTG

Comment 3 for bug 987067

Revision history for this message
Izidor MatuĊĦov (izidor) wrote : Re: GTG crashed on adding new task

Martin> thanks for the reproducer. I made a patch, waiting for a review.

If it is a blocker for you, you can apply the patch yourself by opening /usr/share/gtg/GTG/core/task.py and adding two lines:

<code>
        if isinstance(title, str):
            title = title.decode('utf8')
</code>

after line

<code>
         old_title = self.title
</code>