diff --git a/ChangeLog b/ChangeLog index 7984654273..0d509b19d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-01-08 Neil Williams + + * src/engine/Transaction.c : Even up ENTER and LEAVE + calls. + * src/gnome-utils/druid-gconf-setup.c : Typo fix. + * src/gnome-utils/gnc-tree-model-budget.h : Doxygen tweak. + * src/gnome/gnc-plugin-budget.c : Match ENTER with LEAVE + * src/gnome/gnc-plugin-page-budget.h : Doxygen tweak. + 2006-01-08 Christian Stimming * src/gnome-utils/gnc-main-window.c: Add gnc workaround function diff --git a/src/engine/Transaction.c b/src/engine/Transaction.c index 328a5cdbed..9d412a6ecd 100644 --- a/src/engine/Transaction.c +++ b/src/engine/Transaction.c @@ -842,6 +842,7 @@ xaccInitTransaction (Transaction * trans, QofBook *book) trans->idata = 0; qof_instance_init (&trans->inst, GNC_ID_TRANS, book); + LEAVE (" "); } /********************************************************************\ @@ -1026,6 +1027,7 @@ xaccFreeTransaction (Transaction *trans) if (((char *) 1) == trans->num) { PERR ("double-free %p", trans); + LEAVE (" "); return; } diff --git a/src/gnome-utils/druid-gconf-setup.c b/src/gnome-utils/druid-gconf-setup.c index d36cc54477..c4e6c355b1 100644 --- a/src/gnome-utils/druid-gconf-setup.c +++ b/src/gnome-utils/druid-gconf-setup.c @@ -401,10 +401,10 @@ druid_gconf_finish_page_prepare (GnomeDruidPage *druidpage, gint who, how; gchar *text; const gchar *pgm_path = - _("When you click Appply, Gnucash will modify your ~/.gconf.path file " + _("When you click Apply, Gnucash will modify your ~/.gconf.path file " "and restart the gconf backend."); const gchar *pgm_install = - _("When you click Appply, Gnucash will install the gconf data into your " + _("When you click Apply, Gnucash will install the gconf data into your " "local ~/.gconf file and restart the gconf backend. The %s script " "must be found in your search path for this to work correctly."); const gchar *user_path = diff --git a/src/gnome-utils/gnc-tree-model-budget.h b/src/gnome-utils/gnc-tree-model-budget.h index 8e9905ea59..20c48f3442 100644 --- a/src/gnome-utils/gnc-tree-model-budget.h +++ b/src/gnome-utils/gnc-tree-model-budget.h @@ -19,7 +19,7 @@ * Boston, MA 02110-1301, USA gnu@gnu.org */ -/** @addtogroup gnome-util +/** @addtogroup budget * @{ */ /* This file provides some utilities for working with the list of diff --git a/src/gnome/gnc-plugin-budget.c b/src/gnome/gnc-plugin-budget.c index 47205c0557..d95874bc04 100644 --- a/src/gnome/gnc-plugin-budget.c +++ b/src/gnome/gnc-plugin-budget.c @@ -148,7 +148,7 @@ gnc_plugin_budget_finalize(GObject *object) priv = GNC_PLUGIN_BUDGET_GET_PRIVATE(plugin); (parent_class->finalize)(object); - ENTER(" "); + LEAVE(" "); } diff --git a/src/gnome/gnc-plugin-page-budget.h b/src/gnome/gnc-plugin-page-budget.h index 5e4c346861..dc9ca6d6a9 100644 --- a/src/gnome/gnc-plugin-page-budget.h +++ b/src/gnome/gnc-plugin-page-budget.h @@ -21,7 +21,7 @@ * Boston, MA 02110-1301, USA gnu@gnu.org */ -/** @addtogroup UI +/** @addtogroup budget Budgets @{ */ /** @file gnc-plugin-page-budget.h @brief