revert last change. Already possible with /format -delete daychange (fixed in r4428)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4454 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Wouter Coekaerts 2007-04-16 19:10:46 +00:00 committed by coekie
commit eb87e8aa72
2 changed files with 2 additions and 6 deletions

View file

@ -602,11 +602,8 @@ static void sig_print_text(void)
signal_remove("print text", (SIGNAL_FUNC) sig_print_text);
/* day changed, print notice about it to every window */
/* but only show it if we want it shown */
if (!settings_get_bool("hide_daychange")) {
for (tmp = windows; tmp != NULL; tmp = tmp->next)
window_print_daychange(tmp->data, tm);
}
for (tmp = windows; tmp != NULL; tmp = tmp->next)
window_print_daychange(tmp->data, tm);
}
static int sig_check_daychange(void)