Fix -DWITH_SQL=OFF Build.

This commit is contained in:
christopherlam 2017-12-19 15:39:57 -08:00 committed by John Ralls
parent 0186bc1c0c
commit 76921b5e28

View File

@ -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);
}