mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
e7240ed997
commit
dabf75193e
2
AUTHORS
2
AUTHORS
@ -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)
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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) +
|
||||
|
Loading…
Reference in New Issue
Block a user