← Back to team overview

gnome-zeitgeist team mailing list archive

[Bug 525798] Re: histogram doesn't show anything

 

Fix committed in r649. I cannot test pygtk 2.14.1 on this box, but I
suspect if the issue is really the gdk.Color not being mutable this
should solve the issue.

-- 
histogram doesn't show anything
https://bugs.launchpad.net/bugs/525798
You received this bug notification because you are a member of GNOME
Zeitgeist Team, which is the registrant for GNOME Activity Journal.

Status in GNOME Activity Journal: Fix Committed

Bug description:

Launching GAJ raises gtk warnings and the histogram doesn't show up anything.
It is nonetheless clickable and behaves as expected (browsing 3 other days).

see screen grab.


************
mtou@kaufman:~/zeitgeist$ ./gnome-activity-journal/gnome-activity-journal 
Tracker disabled.
/home/mtou/zeitgeist/gnome-activity-journal/src/daywidgets.py:381: GtkWarning: gtk_box_reorder_child: assertion `old_link != NULL' failed
  self.vbox.reorder_child(self.daylabel, 0)
/home/mtou/zeitgeist/gnome-activity-journal/src/daywidgets.py:302: GtkWarning: gtk_box_pack: assertion `child->parent == NULL' failed
  self.view.pack_start(pinbox, False, False)
Traceback (most recent call last):
  File "/home/mtou/zeitgeist/gnome-activity-journal/src/thumbview.py", line 613, in change_style
    color.red = min(65535, color.red * 0.95)
AttributeError: could not write attribute
Traceback (most recent call last):
  File "/home/mtou/zeitgeist/gnome-activity-journal/src/histogram.py", line 243, in _expose
    self.expose(widget, event, context)
  File "/home/mtou/zeitgeist/gnome-activity-journal/src/histogram.py", line 260, in expose
    self.gc = get_gc_from_colormap(widget, 0.6)
  File "/home/mtou/zeitgeist/gnome-activity-journal/src/histogram.py", line 82, in get_gc_from_colormap
    color.red = f(color.red)
AttributeError: could not write attribute


*******************************
Behaviour seen on 
* GAJ & zeitgeist on ubuntu Jaunty from the PPA
* both from trunk





References