mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2001-06-08 Dave Peticolas <dave@krondo.com>
* src/gnome/new-user-callbacks.c (on_chooseAccountTypesPage_prepare): suspend & resume gui refreshes while loading accounts git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4551 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a8894bbb01
commit
bde82e7ddb
@ -1,5 +1,9 @@
|
||||
2001-06-08 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/gnome/new-user-callbacks.c
|
||||
(on_chooseAccountTypesPage_prepare): suspend & resume gui
|
||||
refreshes while loading accounts
|
||||
|
||||
* src/gnome/new-user-funs.c (gnc_create_newUserDialog): make clist
|
||||
column titles passive
|
||||
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include "glade-support.h"
|
||||
#include "gnc-book.h"
|
||||
#include "gnc-commodity-edit.h"
|
||||
#include "gnc-component-manager.h"
|
||||
#include "gnc-dir.h"
|
||||
#include "gnc-ui-util.h"
|
||||
#include "io-example-account.h"
|
||||
@ -238,7 +239,9 @@ on_chooseAccountTypesPage_prepare (GnomeDruidPage *gnomedruidpage,
|
||||
GtkCList *clist;
|
||||
gchar *locale_dir = gnc_get_ea_locale_dir(GNC_ACCOUNTS_DIR);
|
||||
|
||||
gnc_suspend_gui_refresh ();
|
||||
list = gnc_load_example_account_list(locale_dir);
|
||||
gnc_resume_gui_refresh ();
|
||||
|
||||
clist = gnc_new_user_get_clist();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user