ENTER and LEAVE matching, typo and doxygen tweak

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12297 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Neil Williams
2006-01-08 14:45:28 +00:00
parent f9b989e0e3
commit aa3ff78701
6 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
2006-01-08 Neil Williams <linux@codehelp.co.uk>
* 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 <stimming@tuhh.de>
* src/gnome-utils/gnc-main-window.c: Add gnc workaround function

View File

@@ -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;
}

View File

@@ -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 =

View File

@@ -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

View File

@@ -148,7 +148,7 @@ gnc_plugin_budget_finalize(GObject *object)
priv = GNC_PLUGIN_BUDGET_GET_PRIVATE(plugin);
(parent_class->finalize)(object);
ENTER(" ");
LEAVE(" ");
}

View File

@@ -21,7 +21,7 @@
* Boston, MA 02110-1301, USA gnu@gnu.org
*/
/** @addtogroup UI
/** @addtogroup budget Budgets
@{ */
/** @file gnc-plugin-page-budget.h
@brief