r15371 - gnucash/branches/sx-cleanup/src/gnome-utils - compilation fix.

Josh Sled jsled at cvs.gnucash.org
Sat Jan 13 22:15:21 EST 2007


Author: jsled
Date: 2007-01-13 22:15:20 -0500 (Sat, 13 Jan 2007)
New Revision: 15371
Trac: http://svn.gnucash.org/trac/changeset/15371

Modified:
   gnucash/branches/sx-cleanup/src/gnome-utils/gnc-dense-cal.c
Log:
compilation fix.

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-14 02:14:55 UTC (rev 15370)
+++ gnucash/branches/sx-cleanup/src/gnome-utils/gnc-dense-cal.c	2007-01-14 03:15:20 UTC (rev 15371)
@@ -327,7 +327,7 @@
      dcal->topPadding = 2;
 
      {
-          GDate now = g_date_new();
+          GDate *now = g_date_new();
           g_date_set_time_t(now, time(NULL));
           gnc_dense_cal_set_month(dcal, g_date_get_month(now));
           gnc_dense_cal_set_year(dcal, g_date_get_year(now));



More information about the gnucash-changes mailing list