On Fri, Dec 18, 2009 at 11:44, Steve Borho <st...@borho.org> wrote:
> I get these two tracebacks from the import dialog on Linux.  The
> dialog still works as intended, so these are not fatal.
>
>  File "/home/steve/tools/tortoisehg-dev/tortoisehg/hgtk/cslist.py",
> line 689, in dnd_motion
>    if self.item_drag is not None:
> AttributeError: 'ChangesetList' object has no attribute 'item_drag'
>
> Traceback (most recent call last):
>  File "/home/steve/tools/tortoisehg-dev/tortoisehg/hgtk/cslist.py",
> line 706, in dnd_leave
>    self.teardown_dnd(pause=True)
>  File "/home/steve/tools/tortoisehg-dev/tortoisehg/hgtk/cslist.py",
> line 411, in teardown_dnd
>    first = self.get_sep(0)
>  File "/home/steve/tools/tortoisehg-dev/tortoisehg/hgtk/cslist.py",
> line 500, in get_sep
>    elif pos == len(self.showitems):
> TypeError: object of type 'NoneType' has no len()

Thanks for attention.
If this error is reproducible, could you check whether it's occurred
after importing my changes?
I've just send a pull request to you.

-- 
Yuki KODAMA

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to