2001-06-04 Dave Peticolas <dave@krondo.com>

* src/gnome/window-main.c: fix mem leak

	* doc/sgml/C/xacc-about.sgml: update credits

	* AUTHORS: update credits


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4425 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-06-05 00:27:41 +00:00
parent e7240ed997
commit dabf75193e
4 changed files with 11 additions and 3 deletions

View File

@ -67,7 +67,7 @@ Christian Stimming <stimming@uclink.berkeley.edu> is a report-generating
infrastructure, creating many of the important reports.
Fixes & Patches:
Other Contributors:
----------------
(In alphabetical order)

View File

@ -1,5 +1,11 @@
2001-06-04 Dave Peticolas <dave@krondo.com>
* src/gnome/window-main.c: fix mem leak
* doc/sgml/C/xacc-about.sgml: update credits
* AUTHORS: update credits
* lib/srfi/srfi-19.scm: fix bug.
2001-06-04 Rob Browning <rlb@cs.utexas.edu>

View File

@ -179,7 +179,7 @@ linkend="scheme"> Scheme </link>, the <link linkend="gwrap"> g-wrap
</sect1>
<sect1 id="xacc-contributors">
<title>Fixers and Patchers</title>
<title>Other Contributors</title>
<para>The <emphasis>cast of thousands</emphasis> includes:

View File

@ -1138,6 +1138,8 @@ gnc_main_window_create_child_toolbar(GNCMainInfo * mi,
child->toolbar = GTK_WIDGET(tb);
g_free(child->toolbar_info);
child->toolbar_info = tbinfo;
child->toolbar_size =
(sizeof(pre_tb) + sizeof(post_tb)) / sizeof(GnomeUIInfo) +