[Gnucash-changes] r14323 - gnucash/trunk - swap the #includes so it builds on FC3 w/ glib-2.4

Derek Atkins warlord at cvs.gnucash.org
Sun Jun 4 18:25:59 EDT 2006


Author: warlord
Date: 2006-06-04 18:25:59 -0400 (Sun, 04 Jun 2006)
New Revision: 14323
Trac: http://svn.gnucash.org/trac/changeset/14323

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome-utils/gnc-plugin-file-history.c
Log:
	  swap the #includes so it builds on FC3 w/ glib-2.4



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-06-04 21:43:45 UTC (rev 14322)
+++ gnucash/trunk/ChangeLog	2006-06-04 22:25:59 UTC (rev 14323)
@@ -1,3 +1,8 @@
+2006-05-04  Derek Atkins  <derek at ihtfp.com>
+
+	* src/gnome-utils/gnc-plugin-file-history.c:
+	  swap the #includes so it builds on FC3 w/ glib-2.4
+
 2006-06-04  David Hampton  <hampton at employees.org>
 
 	* src/gnome-utils/gnc-plugin-file-history.c: If the g2 file

Modified: gnucash/trunk/src/gnome-utils/gnc-plugin-file-history.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-plugin-file-history.c	2006-06-04 21:43:45 UTC (rev 14322)
+++ gnucash/trunk/src/gnome-utils/gnc-plugin-file-history.c	2006-06-04 22:25:59 UTC (rev 14323)
@@ -37,13 +37,13 @@
 #include "gtk-compat.h"
 #include <string.h>
 
+#include "gnc-gkeyfile-utils.h"
 #include "gnc-file.h"
 #include "gnc-main-window.h"
 #include "gnc-plugin-file-history.h"
 #include "gnc-window.h"
 #include "gnc-engine.h"
 #include "gnc-gconf-utils.h"
-#include "gnc-gkeyfile-utils.h"
 
 static GObjectClass *parent_class = NULL;
 



More information about the gnucash-changes mailing list