GTG

Comment 1 for bug 398861

Revision history for this message
Lionel Dricot (ploum-deactivatedaccount) wrote : Re: [Bug 398861] [NEW] Setting tag color results in TypeError: an integer is required error

That's bad, I don't have a 8.04 to test it and cannot reproduce this bug
on 9.04.

I wonder if this is not related to major changes in python/pygtk
version. If you can, can you try to reproduce this on an OS with python
2.6 installed ?

Le lundi 13 juillet 2009 à 15:44 +0000, Adam Plumb a écrit :
> Public bug reported:
>
> I'm on Ubuntu 8.04 and am using GTG 0.1.2.
>
> I created a task and added a tag, then gave the tag a color by right-
> clicking and selecting "Color". However, once I chose the color and
> OKed it, I decided I wanted a new color and tried going into the color
> selector again, but it wouldn't show up. I then closed GTG and ran it
> from the command line. Now, when I click on Color, I get the following
> traceback every time. Note that this error only occurs the second time
> I set a color. The popup dialog always appears the first time and I'm
> able to select a color.
>
> Traceback (most recent call last):
> File "/usr/lib/python2.5/site-packages/GTG/taskbrowser/browser.py", line 501, in on_colorchooser_activate
> colorspec = gtk.gdk.Color(color)
> TypeError: an integer is required
> Traceback (most recent call last):
> File "/usr/lib/python2.5/site-packages/GTG/taskbrowser/browser.py", line 501, in on_colorchooser_activate
> colorspec = gtk.gdk.Color(color)
> TypeError: an integer is required
>
> ** Affects: gtg
> Importance: Undecided
> Status: New
>