[Gnucash-changes] r12297 - gnucash/trunk - ENTER and LEAVE matching, typo and doxygen tweak

Neil Williams codehelp at cvs.gnucash.org
Sun Jan 8 09:45:30 EST 2006


Author: codehelp
Date: 2006-01-08 09:45:28 -0500 (Sun, 08 Jan 2006)
New Revision: 12297
Trac: http://svn.gnucash.org/trac/changeset/12297

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/engine/Transaction.c
   gnucash/trunk/src/gnome-utils/druid-gconf-setup.c
   gnucash/trunk/src/gnome-utils/gnc-tree-model-budget.h
   gnucash/trunk/src/gnome/gnc-plugin-budget.c
   gnucash/trunk/src/gnome/gnc-plugin-page-budget.h
Log:
ENTER and LEAVE matching, typo and doxygen tweak

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-01-08 14:24:27 UTC (rev 12296)
+++ gnucash/trunk/ChangeLog	2006-01-08 14:45:28 UTC (rev 12297)
@@ -1,3 +1,12 @@
+2006-01-08  Neil Williams <linux at 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 at tuhh.de>
 
 	* src/gnome-utils/gnc-main-window.c: Add gnc workaround function

Modified: gnucash/trunk/src/engine/Transaction.c
===================================================================
--- gnucash/trunk/src/engine/Transaction.c	2006-01-08 14:24:27 UTC (rev 12296)
+++ gnucash/trunk/src/engine/Transaction.c	2006-01-08 14:45:28 UTC (rev 12297)
@@ -842,6 +842,7 @@
 
   trans->idata = 0;
   qof_instance_init (&trans->inst, GNC_ID_TRANS, book);
+  LEAVE (" ");
 }
 
 /********************************************************************\
@@ -1026,6 +1027,7 @@
   if (((char *) 1) == trans->num)
   {
     PERR ("double-free %p", trans);
+    LEAVE (" ");
     return;
   }
 

Modified: gnucash/trunk/src/gnome/gnc-plugin-budget.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-budget.c	2006-01-08 14:24:27 UTC (rev 12296)
+++ gnucash/trunk/src/gnome/gnc-plugin-budget.c	2006-01-08 14:45:28 UTC (rev 12297)
@@ -148,7 +148,7 @@
     priv = GNC_PLUGIN_BUDGET_GET_PRIVATE(plugin);
 
     (parent_class->finalize)(object);
-    ENTER(" ");
+    LEAVE(" ");
 
 }
 

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-budget.h
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-budget.h	2006-01-08 14:24:27 UTC (rev 12296)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-budget.h	2006-01-08 14:45:28 UTC (rev 12297)
@@ -21,7 +21,7 @@
  * Boston, MA  02110-1301,  USA       gnu at gnu.org
  */
 
-/** @addtogroup UI
+/** @addtogroup budget Budgets
     @{ */
 /** @file gnc-plugin-page-budget.h
     @brief

Modified: gnucash/trunk/src/gnome-utils/druid-gconf-setup.c
===================================================================
--- gnucash/trunk/src/gnome-utils/druid-gconf-setup.c	2006-01-08 14:24:27 UTC (rev 12296)
+++ gnucash/trunk/src/gnome-utils/druid-gconf-setup.c	2006-01-08 14:45:28 UTC (rev 12297)
@@ -401,10 +401,10 @@
   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 =

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-model-budget.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-model-budget.h	2006-01-08 14:24:27 UTC (rev 12296)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-model-budget.h	2006-01-08 14:45:28 UTC (rev 12297)
@@ -19,7 +19,7 @@
  * Boston, MA  02110-1301,  USA       gnu at gnu.org
  */
 
-/** @addtogroup gnome-util
+/** @addtogroup budget
  *     @{ */
 
 /* This file provides some utilities for working with the list of



More information about the gnucash-changes mailing list