]> code.citadel.org Git - citadel.git/commitdiff
* Restored the instant messenger popup
authorArt Cancro <ajc@citadel.org>
Mon, 19 Jan 2009 18:52:57 +0000 (18:52 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 19 Jan 2009 18:52:57 +0000 (18:52 +0000)
webcit/webcit.c

index 6cecbe7d6723e9d4881bccadc4ea5b35e75a543e..53bf0046fb91639310db3f81f94f3bd1920f1025 100644 (file)
@@ -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) {