[Gnucash-changes] Get g2 to build again (fix build issue in goffice).

Derek Atkins warlord at cvs.gnucash.org
Tue Aug 23 19:47:44 EDT 2005


Log Message:
-----------
Get g2 to build again (fix build issue in goffice).

	* lib/goffice/split/gnumeric-gconf.c: we don't need this
	  printf (and it causes the build to fail because it's
	  not defined in any included header).

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog
    gnucash/lib/goffice/split:
        gnumeric-gconf.c

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.270
retrieving revision 1.1487.2.271
diff -LChangeLog -LChangeLog -u -r1.1487.2.270 -r1.1487.2.271
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,9 @@
+2005-08-23  Derek Atkins  <derek at ihtfp.com>
+
+	* lib/goffice/split/gnumeric-gconf.c: we don't need this
+	  printf (and it causes the build to fail because it's
+	  not defined in any included header).
+
 2005-08-22  Josh Sled <jsled at asynchronous.org>
 	* lib/goffice/: Conditionallize #warnings used as TODO tracking
 	from "goffice" import.  Fix compiler warnings.  lib/goffice/
Index: gnumeric-gconf.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/lib/goffice/split/Attic/gnumeric-gconf.c,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -Llib/goffice/split/gnumeric-gconf.c -Llib/goffice/split/gnumeric-gconf.c -u -r1.1.4.1 -r1.1.4.2
--- lib/goffice/split/gnumeric-gconf.c
+++ lib/goffice/split/gnumeric-gconf.c
@@ -545,7 +545,7 @@
 	prefs.active_plugins = go_conf_load_str_list (PLUGIN_GCONF_ACTIVE);
 	prefs.activate_new_plugins = go_conf_load_bool (
 		PLUGIN_GCONF_ACTIVATE_NEW, TRUE);
-	printf( "prefs.activate_new_plugins: %d\n", prefs.activate_new_plugins );
+	//printf( "prefs.activate_new_plugins: %d\n", prefs.activate_new_plugins );
 
 	prefs.horizontal_dpi = go_conf_load_double (
 		GNM_CONF_GUI_RES_H, 10., 1000., 96.);


More information about the gnucash-changes mailing list