Revision 1913 trunk/client/gui/main.c

main.c (revision 1913)
58 58
void auto_import_initialize(void);
59 59
void autoshutdown_initialize(void);
60 60
void gui_plugins_initialize(void);
61
void gui_plugins_cleanup(void);
61 62

                
62 63
// auto_import.c
63 64
void    disable_auto_import(void);
... ...
727 728
        nntpgrab_gui_base_tray_destroy();
728 729
    }
729 730

                
731
    /* Unload the GUI plugins before cleaning up the NNTPGrabGlue */
732
    gui_plugins_cleanup();
733

                
730 734
    if (glue) {
731 735
        // Always try to disable the auto import even if it isn't in use
732 736
        if (initialized) {

Also available in: Unified diff