mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/gnome/dialog-sxsincelast.c: make sure to resume gui refresh events
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8029 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
fd94d64176
commit
a53cdaae11
@ -1,3 +1,7 @@
|
||||
2003-03-01 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/gnome/dialog-sxsincelast.c: make sure to resume gui refresh events
|
||||
|
||||
2003-02-26 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
|
||||
* src/import-export/import-backend.c:
|
||||
|
@ -1010,6 +1010,7 @@ sxsld_revert_to_create_txns( sxSinceLastData *sxsld,
|
||||
}
|
||||
g_list_free( tci->createdTxnGUIDs );
|
||||
tci->createdTxnGUIDs = NULL;
|
||||
gnc_resume_gui_refresh();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user