mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
bugfix
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8872 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1cce575e1e
commit
55d30ac378
@ -149,19 +149,12 @@ g_date_year(period_end));
|
|||||||
/* =============================================================== */
|
/* =============================================================== */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
ap_changed (GtkWidget *widget,
|
ap_changed (GtkWidget *widget, gpointer user_data)
|
||||||
gpointer arg1,
|
|
||||||
gpointer user_data)
|
|
||||||
{
|
{
|
||||||
AcctPeriodInfo *info = user_data;
|
AcctPeriodInfo *info = user_data;
|
||||||
time_t closing_date = 0;
|
|
||||||
|
|
||||||
|
printf ("something changed info=%p\n", info);
|
||||||
prepare_remarks (info);
|
prepare_remarks (info);
|
||||||
/*
|
|
||||||
closing_date = gnome_date_edit_get_date (info->closing_date_edit);
|
|
||||||
*/
|
|
||||||
|
|
||||||
printf ("something changed, time=%ld \n", closing_date);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user