~mdoyen/homebank/5.5.x

« back to all changes in this revision

Viewing changes to src/ui-assist-import.c

  • Committer: Maxime Doyen
  • Date: 2022-01-10 20:19:55 UTC
  • Revision ID: homebank@free.fr-20220110201955-0zk0lnfnr0gl2e88
5.5.4 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*      HomeBank -- Free, easy, personal accounting for everyone.
2
 
 *      Copyright (C) 1995-2021 Maxime DOYEN
 
2
 *      Copyright (C) 1995-2022 Maxime DOYEN
3
3
 *
4
4
 *      This file is part of HomeBank.
5
5
 *
2316
2316
        g_signal_connect (G_OBJECT (assistant), "cancel", G_CALLBACK (ui_import_assistant_close_cancel), assistant);
2317
2317
        g_signal_connect (G_OBJECT (assistant), "close", G_CALLBACK (ui_import_assistant_close_cancel), assistant);
2318
2318
        g_signal_connect (G_OBJECT (assistant), "apply", G_CALLBACK (ui_import_assistant_apply), NULL);
2319
 
        
 
2319
 
 
2320
#ifdef G_OS_WIN32
 
2321
        hbtk_assistant_hack_button_order(assistant);
 
2322
#endif
 
2323
 
2320
2324
        gtk_widget_show (assistant);
2321
2325
 
2322
2326
        if(PREFS->dtex_nointro)