Revision 1777 trunk/nntpgrab_core/plugins.c

plugins.c (revision 1777)
952 952
    config = configuration;
953 953
    g_signal_connect(config, "config_changed", G_CALLBACK(config_changed), NULL);
954 954
    g_signal_connect(core, "plugin_loaded", G_CALLBACK(plugin_loaded), NULL);
955
    config_changed(config, NULL);
955 956

                
956 957
    list = ordered_list = plugins_generate_dependency_tree(TRUE, errmsg);
957 958
    if (!ordered_list) {
... ...
1513 1514
    }
1514 1515

                
1515 1516
    if (emit_logging_to_frontend || emit_logging_to_plugins || (enable_logger_plugin && logger_plugin_loaded)) {
1516
        nntpgrab_core_emit_log_message(FALSE, component, log_level, msg, emit_logging_to_frontend, emit_logging_to_plugins);
1517
        nntpgrab_core_emit_log_message(FALSE, component, log_level, msg, emit_logging_to_frontend, (emit_logging_to_plugins || (enable_logger_plugin && logger_plugin_loaded)));
1517 1518
    }
1518 1519
}
1519 1520

                

Also available in: Unified diff