git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4029 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-04-24 06:06:27 +00:00
parent 1e66edc265
commit 6c6426ef7a

View File

@ -736,7 +736,10 @@ gnc_html_embedded_barchart(gnc_html * parent,
}
if (barchart && argind > 0)
{
gtk_object_setv (GTK_OBJECT (barchart), argind, arglist);
guppi_object_update (barchart);
}
if(barchart) {
if((gtitle = g_hash_table_lookup(params, "title")) != NULL) {