mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix -DWITH_SQL=OFF Build.
This commit is contained in:
parent
0186bc1c0c
commit
76921b5e28
@ -528,7 +528,7 @@ gnc_main_window_cmd_file_export_accounts (GtkAction *action, GncMainWindowAction
|
||||
#ifdef HAVE_DBI_DBI_H
|
||||
gnc_ui_file_access_for_export (GTK_WINDOW (data->window));
|
||||
#else
|
||||
gnc_file_export ();
|
||||
gnc_file_export (GTK_WINDOW (data->window));
|
||||
#endif
|
||||
gnc_window_set_progressbar_window (NULL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user