mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05: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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user