From 58a4fadc1b5c60aad83b5abde68762b7efd9f5c6 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 12 Jun 2009 01:55:01 +0000 Subject: [PATCH] * Remove hardcoded parameters from 'Read all messages' button, because this overrides the display preferences set for the room --- webcit/roomops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/roomops.c b/webcit/roomops.c index 174c3f317..0d700cb34 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -654,7 +654,7 @@ void embed_room_banner(char *got, int navbar_style) { default: wprintf( "
  • " - "" + "" "" "" -- 2.39.2