| | 750 | | { |
| | 751 | | g_source_remove(autoremove_tag); |
| | 752 | | if (log_theme_name != NULL)
|
| | 753 | | signal_remove("print format", (SIGNAL_FUNC) sig_print_format);
|
| | 754 | | |
| | 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);
|
| Wrong Number of Parameters | 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);
|
| | 766 | | signal_remove("log locked", (SIGNAL_FUNC) sig_log_locked);
|
| | 767 | | signal_remove("log create failed", (SIGNAL_FUNC) sig_log_create_failed);
|
| | 768 | | signal_remove("log new", (SIGNAL_FUNC) sig_log_new);
|
| | 769 | | signal_remove("log config read", (SIGNAL_FUNC) sig_log_config_read);
|
| | 770 | | signal_remove("log config save", (SIGNAL_FUNC) sig_log_config_save);
|