mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4029 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1e66edc265
commit
6c6426ef7a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user