On Mon, Sep 7, 2009 at 14:11, Steve Borho<st...@borho.org> wrote: > This creates a chicken-egg problem at startup. Creating the menu > tries to initialize the toggles before the body frames have been > created. > > File "/home/steve/tools/tortoisehg-dev/hggtk/commit.py", line 359, > in toggle_view > self.parents_frame.show() > AttributeError: 'GCommit' object has no attribute 'parents_frame' > Traceback (most recent call last): > File "/home/steve/tools/tortoisehg-dev/hggtk/commit.py", line 365, > in toggle_view > self.advanced_frame.show() > AttributeError: 'GCommit' object has no attribute 'advanced_frame'
Ah, you're right. I disabled all menu items in view menu. When I enabled a menu item, I got same errors with yours. I'll send a new patch. Thanks. -- Yuki KODAMA ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop