On Fri, Jun 11, 2010 at 14:00, Yuki KODAMA <[email protected]> wrote: > On Fri, Jun 11, 2010 at 13:56, Steve Borho <[email protected]> wrote: >> On Thu, Jun 10, 2010 at 11:52 PM, Yuki KODAMA <[email protected]> wrote: >>> On Fri, Jun 11, 2010 at 05:48, Michael Jay Lippert >>> <[email protected]> wrote: >>>> This bug seemed to show up after I did a refresh. However looking at it, >>>> perhaps it was caused by an earlier use of import (which I was trying to >>>> figure out, and had some issues with before it finally seemed to work). >>>> >>>> In any case, since I was requested to report it, here it is and I hope this >>>> is helpful: >>>> >>>> {{{ >>>> #!python >>>> ** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues >>>> or [email protected] >>>> ** Mercurial version (1.5.4). TortoiseHg version (1.0.4) >>>> ** Command: --nofork log >>>> ** CWD: D:\Development\PrimeHg >>>> ** Extensions loaded: fetch >>>> ** Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit >>>> (Intel)] >>>> ** sys.getwindowsversion(): (5, 1, 2600, 2, 'Service Pack 3') >>>> ** Processor architecture: x86 >>>> Recoverable runtime error (stderr): >>>> Traceback (most recent call last): >>>> File "tortoisehg\hgtk\thgimport.pyo", line 204, in files_clicked >>>> AttributeError: 'NoneType' object has no attribute 'set_text' >>>> Traceback (most recent call last): >>>> File "tortoisehg\hgtk\thgimport.pyo", line 204, in files_clicked >>>> AttributeError: 'NoneType' object has no attribute 'set_text' >>>> >>>> }}} >>>> >>>> Mike >>> >>> Umm... weird. >>> This traceback says "self.src_combo.child" is None value. >>> Can someone explain this? >> >> Only if the signal arrived as the dialog was being destroyed. We saw >> something similar with quickop. >> >> -- >> Steve Borho >> > > Ah, I see. It's very rare case. > For example, we could disconnect all signal handlers on dialog exit?
Sorry, even if we disconnect all signal handlers on dialog exit, it does nothing... -- Yuki KODAMA ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

