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()

------------------------------------------------------------------------------
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