From 7229e3fbe73aae56d6da19c0bb2ef0da95a93c7b Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 19 Jan 2009 18:52:57 +0000 Subject: [PATCH] * Restored the instant messenger popup --- webcit/webcit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webcit/webcit.c b/webcit/webcit.c index 6cecbe7d6..53bf0046f 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -175,7 +175,8 @@ void output_headers( int do_httpheaders, /* 1 = output HTTP headers } if ( (WC->logged_in) && (!unset_cookies) ) { - DoTemplate(HKEY("iconbar"), NULL, &NoCtx); + DoTemplate(HKEY("iconbar"), NULL, &NoCtx); + page_popup(); } if (do_room_banner == 1) { -- 2.39.2