with theese fixes, book closing now officially beta

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9140 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-08-22 03:45:12 +00:00
parent 17e0df59c5
commit ddb95ff820
2 changed files with 4 additions and 3 deletions

View File

@ -452,10 +452,11 @@ ap_close_period (GnomeDruidPage *druidpage,
gnc_file_save (); gnc_file_save ();
gnc_resume_gui_refresh (); gnc_resume_gui_refresh ();
gnc_engine_resume_events (); gnc_engine_resume_events ();
gnc_gui_refresh_all (); /* resume above should have been enough ??? */
} }
/* Report the status back to the user. */ /* Report the status back to the user. */
info->close_status = 0; /* XXX fixme */ info->close_status = 0; /* XXX fixme success or failure? */
/* Find the next closing date ... */ /* Find the next closing date ... */
info->prev_closing_date = info->closing_date; info->prev_closing_date = info->closing_date;

View File

@ -904,8 +904,8 @@ gnc_main_window_create_menus(GNCMDIInfo * maininfo)
gnc_sched_xaction_tools_submenu_template ), gnc_sched_xaction_tools_submenu_template ),
{ {
GNOME_APP_UI_ITEM, GNOME_APP_UI_ITEM,
N_("Close Books (Experimental/Borken)"), N_("Close Books"),
N_("Configure accounting periods"), N_("Archive old data using accounting periods"),
gnc_main_window_books_druid_cb, NULL, NULL, gnc_main_window_books_druid_cb, NULL, NULL,
GNOME_APP_PIXMAP_NONE, NULL, GNOME_APP_PIXMAP_NONE, NULL,
0, 0, NULL 0, 0, NULL