Comment 2 for bug 608053

Revision history for this message
Jon Black (juan-black) wrote : Re: [Bug 608053] Re: TypeError when creating a new file

Thanks, that's great!

I'll merge it when I figure out how to do that. If not I can just copy
and paste :)

Jon

On Wed, 28 Jul 2010 11:56 +0000, "Rafael Pinheiro"
<email address hidden> wrote:
> I did a quick fix on the TaskListFileStorage class inside the tasks.py
> file.
>
> ** Attachment added: "tasks.py"
> http://launchpadlibrarian.net/52633503/tasks.py
>
> --
> TypeError when creating a new file
> https://bugs.launchpad.net/bugs/608053
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Prioritise: Confirmed
>
> Bug description:
> When creating a new file, and entering the filename, the following
> TypeError is raised:
>
> Traceback (most recent call last):
> File
> "/usr/local/lib/python2.6/dist-packages/prioritise/ui/gtk/tasks.py",
> line 301, in on_file_new_action_activate
> self._task_list_storage = TaskListFileStorage(filename, True)
> TypeError: __init__() takes exactly 2 arguments (3 given)
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/prioritise/+bug/608053/+subscribe
>