| | 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);
|
| | 766 | | signal_remove("log locked", (SIGNAL_FUNC) sig_log_locked);
|
| Wrong Number of Parameters | 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);
|
| | 771 | | signal_remove("awaylog show", (SIGNAL_FUNC) sig_awaylog_show);
|
| | 772 | | signal_remove("theme destroyed", (SIGNAL_FUNC) sig_theme_destroyed);
|
| | 773 | | signal_remove("setup changed", (SIGNAL_FUNC) read_settings);
|
| | 774 | | |
| | 775 | | if (autolog_ignore_targets != NULL)
|
| | 776 | | g_strfreev(autolog_ignore_targets); |
| | 777 | | } |