From: Art Cancro Date: Tue, 3 Jan 2006 03:46:41 +0000 (+0000) Subject: Allow selection of tabs in multiple conversation mode. X-Git-Tag: v7.86~4351 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=6bc5e882a313d55639688438bc0d16efcae21a5a;p=citadel.git Allow selection of tabs in multiple conversation mode. --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index c3c725806..b4dff7e8b 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,5 +1,8 @@ $Id$ +Mon Jan 2 22:46:02 EST 2006 ajc +* Allow selection of tabs in multiple conversation mode. + Mon Jan 2 16:39:55 EST 2006 ajc * The new AJAX-based instant messenger now handles sending messages, and also multiple concurrent conversations. diff --git a/webcit/paging.c b/webcit/paging.c index ba9c056f8..a72dba26b 100644 --- a/webcit/paging.c +++ b/webcit/paging.c @@ -149,7 +149,8 @@ void do_chat(void) /* - * + * If there are instant messages waiting, and we notice that we haven't checked them in + * a while, it probably means that we need to open the instant messenger window. */ void page_popup(void) { @@ -158,7 +159,7 @@ void page_popup(void) serv_puts("NOOP"); serv_getln(buf, sizeof buf); if (buf[3] == '*') { - if ((time(NULL) - WC->last_pager_check) > 120) { + if ((time(NULL) - WC->last_pager_check) > 60) { wprintf("