| | 482 | | signal_remove("window activity", (SIGNAL_FUNC) sig_statusbar_activity_hilight);
|
| | 483 | | signal_remove("window destroyed", (SIGNAL_FUNC) sig_statusbar_activity_window_destroyed);
|
| | 484 | | signal_remove("window refnum changed", (SIGNAL_FUNC) sig_statusbar_activity_updated);
|
| | 485 | | g_list_free(activity_list); |
| | 486 | | activity_list = NULL;
|
| | 487 | | |
| | 488 | | |
| | 489 | | g_slist_free(more_visible); |
| | 490 | | signal_remove("gui page scrolled", (SIGNAL_FUNC) sig_statusbar_more_updated);
|
| | 491 | | signal_remove("window changed", (SIGNAL_FUNC) sig_statusbar_more_updated);
|
| Wrong Number of Parameters | 492 | | signal_remove("gui print text finished", (SIGNAL_FUNC) sig_statusbar_more_updated);
|
| | 493 | | signal_remove("command clear", (SIGNAL_FUNC) sig_statusbar_more_updated);
|
| | 494 | | signal_remove("command scrollback", (SIGNAL_FUNC) sig_statusbar_more_updated);
|
| | 495 | | |
| | 496 | | |
| | 497 | | signal_remove("server lag", (SIGNAL_FUNC) sig_server_lag_updated);
|
| | 498 | | signal_remove("window changed", (SIGNAL_FUNC) lag_check_update);
|
| | 499 | | signal_remove("window server changed", (SIGNAL_FUNC) lag_check_update);
|
| | 500 | | g_source_remove(lag_timeout_tag); |
| | 501 | | |
| | 502 | | |