r15331 - gnucash/branches/sx-cleanup/src/gnome-utils - Fix compilation problems (thanks twunder!)

Joshua Sled jsled at cvs.gnucash.org
Tue Jan 9 14:44:27 EST 2007


Author: jsled
Date: 2007-01-09 14:44:25 -0500 (Tue, 09 Jan 2007)
New Revision: 15331
Trac: http://svn.gnucash.org/trac/changeset/15331

Modified:
   gnucash/branches/sx-cleanup/src/gnome-utils/gnc-dense-cal.c
   gnucash/branches/sx-cleanup/src/gnome-utils/gnc-sx-instance-dense-cal-adapter.c
Log:
Fix compilation problems (thanks twunder!)

Modified: gnucash/branches/sx-cleanup/src/gnome-utils/gnc-dense-cal.c
===================================================================
--- gnucash/branches/sx-cleanup/src/gnome-utils/gnc-dense-cal.c	2007-01-08 01:45:47 UTC (rev 15330)
+++ gnucash/branches/sx-cleanup/src/gnome-utils/gnc-dense-cal.c	2007-01-09 19:44:25 UTC (rev 15331)
@@ -155,7 +155,7 @@
 #define MONTH_NAME_BUFSIZE 5
 /* Takes the number of months since January, in the range 0 to
  * 11. Returns the abbreviated month name according to the current
- * locale.
+ * locale.*/
 static const gchar *month_name(int mon) 
 {
     static gchar buf[MONTH_NAME_BUFSIZE];

Modified: gnucash/branches/sx-cleanup/src/gnome-utils/gnc-sx-instance-dense-cal-adapter.c
===================================================================
--- gnucash/branches/sx-cleanup/src/gnome-utils/gnc-sx-instance-dense-cal-adapter.c	2007-01-08 01:45:47 UTC (rev 15330)
+++ gnucash/branches/sx-cleanup/src/gnome-utils/gnc-sx-instance-dense-cal-adapter.c	2007-01-09 19:44:25 UTC (rev 15331)
@@ -100,7 +100,7 @@
      GncSxInstanceDenseCalAdapter *adapter = GNC_SX_INSTANCE_DENSE_CAL_ADAPTER(user_data);
      printf("removing instance...\n");
      g_signal_emit_by_name(adapter, "removing", GPOINTER_TO_UINT(sx_to_be_removed));
-     gnc_sx_instance_model_remove_sx_instance(model, sx_to_be_removed);
+     gnc_sx_instance_model_remove_sx_instances(model, sx_to_be_removed);
 }
 
 GncSxInstanceDenseCalAdapter*



More information about the gnucash-changes mailing list