[Gnucash-changes] r13365 - gnucash/trunk - include gtk-compat.h so we build against gtk-2.4.

Derek Atkins warlord at cvs.gnucash.org
Wed Feb 22 20:35:26 EST 2006


Author: warlord
Date: 2006-02-22 20:35:25 -0500 (Wed, 22 Feb 2006)
New Revision: 13365
Trac: http://svn.gnucash.org/trac/changeset/13365

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome/gnc-plugin-page-register.c
Log:
include gtk-compat.h so we build against gtk-2.4.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-02-22 22:35:03 UTC (rev 13364)
+++ gnucash/trunk/ChangeLog	2006-02-23 01:35:25 UTC (rev 13365)
@@ -1,3 +1,8 @@
+2006-02-22  Derek Atkins  <derek at ihtfp.com>
+
+	* src/gnome/gnc-plugin-page-register.c:
+	  include gtk-compat.h so we build against gtk-2.4.
+
 2006-02-22  David Hampton  <hampton at employees.org>
 
 	* src/gtk-compat.h:

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-register.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2006-02-22 22:35:03 UTC (rev 13364)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2006-02-23 01:35:25 UTC (rev 13365)
@@ -73,6 +73,7 @@
 #include "window-reconcile.h"
 #include "window-report.h"
 
+#include "gtk-compat.h"
 
 /* This static indicates the debugging module that this .o belongs to.  */
 static QofLogModule log_module = GNC_MOD_GUI;



More information about the gnucash-changes mailing list