[Gnucash-changes] r12361 - gnucash/trunk - * src/gnome/dialog-new-user.c: some fixes to get file to compile.

Derek Atkins warlord at cvs.gnucash.org
Sun Jan 15 19:24:17 EST 2006


Author: warlord
Date: 2006-01-15 19:24:17 -0500 (Sun, 15 Jan 2006)
New Revision: 12361
Trac: http://svn.gnucash.org/trac/changeset/12361

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome/dialog-new-user.c
Log:
	* src/gnome/dialog-new-user.c: some fixes to get file to compile.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-01-15 23:08:22 UTC (rev 12360)
+++ gnucash/trunk/ChangeLog	2006-01-16 00:24:17 UTC (rev 12361)
@@ -1,3 +1,7 @@
+2006-01-15  Derek Atkins  <derek at ihtfp.com>
+
+	* src/gnome/dialog-new-user.c: some fixes to get file to compile.
+
 2006-01-15  Joshua Sled  <jsled at asynchronous.org>
 
 	* accounts/C/*: add placeholder flags for relevant accounts.

Modified: gnucash/trunk/src/gnome/dialog-new-user.c
===================================================================
--- gnucash/trunk/src/gnome/dialog-new-user.c	2006-01-15 23:08:22 UTC (rev 12360)
+++ gnucash/trunk/src/gnome/dialog-new-user.c	2006-01-16 00:24:17 UTC (rev 12361)
@@ -60,7 +60,7 @@
   gnc_gconf_set_bool(GCONF_SECTION, FIRST_STARTUP, first_startup, NULL);
 }
 
-void
+static void
 after_hierarchy_druid(void)
 {
   GncPluginPage *page;



More information about the gnucash-changes mailing list