mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 =
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -148,7 +148,7 @@ gnc_plugin_budget_finalize(GObject *object)
|
||||
priv = GNC_PLUGIN_BUDGET_GET_PRIVATE(plugin);
|
||||
|
||||
(parent_class->finalize)(object);
|
||||
ENTER(" ");
|
||||
LEAVE(" ");
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
* Boston, MA 02110-1301, USA gnu@gnu.org
|
||||
*/
|
||||
|
||||
/** @addtogroup UI
|
||||
/** @addtogroup budget Budgets
|
||||
@{ */
|
||||
/** @file gnc-plugin-page-budget.h
|
||||
@brief
|
||||
|
||||
Reference in New Issue
Block a user