git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8872 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-07-13 23:03:55 +00:00
parent 1cce575e1e
commit 55d30ac378

View File

@ -149,19 +149,12 @@ g_date_year(period_end));
/* =============================================================== */
static void
ap_changed (GtkWidget *widget,
gpointer arg1,
gpointer user_data)
ap_changed (GtkWidget *widget, gpointer user_data)
{
AcctPeriodInfo *info = user_data;
time_t closing_date = 0;
printf ("something changed info=%p\n", info);
prepare_remarks (info);
/*
closing_date = gnome_date_edit_get_date (info->closing_date_edit);
*/
printf ("something changed, time=%ld \n", closing_date);
}