遇到了六个 open issue, 错误信息都是:

File "/usr/share/pyshared/ailurus/info_pane.py", line 125, in refresh
    row = rows[index]
<type 'exceptions.IndexError'> : list index out of range

经过调查,原因是这样的,某个 info 函数,第一次返回三个 row, 第二次返回两个。前后数目不一致。

所以重写了 InfoPane.refresh()

现在这个bug解决啦 :)

Homer
_______________________________________________
Mailing list: https://launchpad.net/~ailurus
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ailurus
More help   : https://help.launchpad.net/ListHelp

回复