GTG

Comment 8 for bug 1253735

Revision history for this message
David Oneill (david-m-oneill) wrote :

This is happening for me:
Traceback (most recent call last):
  File "/usr/share/gtg/GTG/gtk/plugins.py", line 254, in on_plugin_toggle
    self.pengine.activate_plugins([plugin])
  File "/usr/share/gtg/GTG/core/plugins/engine.py", line 221, in activate_plugins
    plugin.instance.activate(api)
  File "/usr/share/gtg/GTG/plugins/urgency_color/urgency_color.py", line 45, in activate
    self._refresh_task_color()
  File "/usr/share/gtg/GTG/plugins/urgency_color/urgency_color.py", line 48, in _refresh_task_color
    self._plugin_api.set_bgcolor_func(self.bgcolor)
  File "/usr/share/gtg/GTG/core/plugins/api.py", line 216, in set_bgcolor_func
    for pane in browser.vtree_panes.itervalues():
AttributeError: TaskEditor instance has no attribute 'vtree_panes'

GTG 0.3.1
xububuntu 14.04
xfce 4.10

I get this when I try to turn on the urgency color plugin.