mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #610051 - Crash when using GktHtml whenever a report is opened
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18702 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
31ee1513f6
commit
3c7c04d699
@ -116,6 +116,7 @@ gnc_html_gtkhtml_init( GncHtmlGtkhtml* self )
|
||||
|
||||
new_priv = g_realloc( GNC_HTML(self)->priv, sizeof(GncHtmlGtkhtmlPrivate) );
|
||||
priv = self->priv = new_priv;
|
||||
GNC_HTML(self)->priv = (GncHtmlPrivate*)priv;
|
||||
|
||||
priv->html = gtk_html_new();
|
||||
gtk_container_add( GTK_CONTAINER(priv->base.container),
|
||||
|
Loading…
Reference in New Issue
Block a user