Thomas Leonard wrote:
> On 3/31/07, Dennis Tomas <2tomas@...> wrote:
>> TaskTray 0.4.2 (shows open windows as icons in a growing widget) has
>> been released.
>
> I get:
>
> Traceback (most recent call last):
> File "/home/talex/rox/rox-lib/ROX-Lib2/python/rox/__init__.py", line
> 189, in _excepthook
> debug.show_exception(ex_type, value, tb)
> File "/home/talex/rox/rox-lib/ROX-Lib2/python/rox/debug.py", line
> 65, in show_exception
> g.main()
> File "/var/cache/0install.net/implementations/sha1new=cecb0c3283fc50ae2f19ca9532d2b4cb08aa8203/TaskTray/AppletRun",
> line 67, in window_opened
> icon = AppIcon(window)
> File "/var/cache/0install.net/implementations/sha1new=cecb0c3283fc50ae2f19ca9532d2b4cb08aa8203/TaskTray/AppletRun",
> line 151, in __init__
> o_move_others.int_value)
> File "/home/mtraum/projects/0install/own/Applets/TaskTray/TaskTray/icon.py",
> line 42, in __init__
> self.max_size = int(size*1.5)
> TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'
>
> Is the size option being used before notify() is called?
>
Yes. I've fixed it and released 0.4.2.1.
|