← Back to team overview

gtg team mailing list archive

[Bug 398861] Re: GTG doesn't work with pygtk < 2.14

 

** Changed in: gtg
       Status: In Progress => Fix Committed

-- 
GTG doesn't work with pygtk < 2.14
https://bugs.launchpad.net/bugs/398861
You received this bug notification because you are a member of Gtg
developers, which is the registrant for Getting Things GNOME!.

Status in Getting Things GNOME!: Fix Committed

Bug description:
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