On Mon, Mar 2, 2009 at 2:19 PM, Doug Philips <[email protected]> wrote: > I haven't played with the 0900301 for very long, so I haven't seen the > unshelve message, but I agree it shouldn't be coming out. > > What I have seen is from the hgtk log viewer: (On Windows XP) > c:\Program Files\TortoiseHg\library.zip\hggtk\history.py:666: Warning: > g_main_context_prepare() call > ed recursively from within a source's check() or prepare() member. > c:\Program Files\TortoiseHg\library.zip\hggtk\history.py:666: Warning: > g_main_context_check() called > recursively from within a source's check() or prepare() member. > > Sadly, the shell window was covered and I only saw these when exited the > viewer, so I don't know exactly what I did that provoked them... :( Anyways, > I will keep trying, but wanted to give a head's up early.
Nifty, all functions deep within GTK land that we never call directly, with a line number that points at gtk.main(). I'm heartened that they didn't lead to a crash. Thanks for the heads up. -- Steve ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
