On Tue, Sep 8, 2009 at 10:57 AM, Steve Borho<st...@borho.org> wrote:
> I get the following warnings when the commit tool runs in merge mode.
> Not sure if this is related to the '-1 head' changes or not.
>
> /home/steve/tools/tortoisehg-dev/hggtk/commit.py:599: GtkWarning:
> gtk_container_add: assertion `GTK_IS_CONTAINER (container)' failed
>  c_btn.set_label(_('_Commit'))
> /home/steve/tools/tortoisehg-dev/hggtk/commit.py:599: GtkWarning:
> gtk_button_set_relief: assertion `GTK_IS_BUTTON (button)' failed
>  c_btn.set_label(_('_Commit'))

This may be caused by the asynch refresh happening while the dialog is
being destroyed.   By the time it calls the post-refresh code the
commit button has been deleted.

Tricky.

--
Steve

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

Reply via email to