Comment 2 for bug 262884

Revision history for this message
Markus Korn (thekorn) wrote :

I think I'm able to reproduce this issue, traceback:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/fiveadayapplet/controller.py", line 151, in on_menuitem_teams_activate
    files.set_teams(x)
  File "/usr/lib/python2.5/site-packages/fiveaday/files.py", line 123, in set_teams
    for t in new_teams:
TypeError: 'bool' object is not iterable

Brian, can you confirm that you get the same one? - If you have apport enabled, you get this Traceback with

$ apport-unpack /var/crash/_usr_lib_5-a-day-applet_5-a-day-applet.1000.crash /tmp/5-a-day
$ cat /tmp/5-a-day/Traceback

I'm looking at the code now.

Markus