| | 745 | | |
| | 746 | | command_set_options("log open", "noopen autoopen -targets window colors");
|
| | 747 | | } |
| | 748 | | |
| | 749 | | void fe_log_deinit(void) |
| | 750 | | { |
| | 751 | | g_source_remove(autoremove_tag); |
| | 752 | | if (log_theme_name != NULL)
|
| | 753 | | signal_remove("print format", (SIGNAL_FUNC) sig_print_format);
|
| | 754 | | |
| Wrong Number of Parameters | 755 | | command_unbind("log", (SIGNAL_FUNC) cmd_log);
|
| | 756 | | command_unbind("log open", (SIGNAL_FUNC) cmd_log_open);
|
| | 757 | | command_unbind("log close", (SIGNAL_FUNC) cmd_log_close);
|
| | 758 | | command_unbind("log start", (SIGNAL_FUNC) cmd_log_start);
|
| | 759 | | command_unbind("log stop", (SIGNAL_FUNC) cmd_log_stop);
|
| | 760 | | command_unbind("window log", (SIGNAL_FUNC) cmd_window_log);
|
| | 761 | | command_unbind("window logfile", (SIGNAL_FUNC) cmd_window_logfile);
|
| | 762 | | signal_remove("print text", (SIGNAL_FUNC) sig_printtext);
|
| | 763 | | signal_remove("window item remove", (SIGNAL_FUNC) sig_window_item_remove);
|
| | 764 | | signal_remove("window refnum changed", (SIGNAL_FUNC) sig_window_refnum_changed);
|
| | 765 | | signal_remove("server disconnected", (SIGNAL_FUNC) sig_server_disconnected);
|