[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Purples, all non-green view
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Purples, all non-green view
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Fri, 12 May 2006 17:05:27 +0200
- References: <44649E8F.4030404@verizonbusiness.com>
- User-agent: Mutt/1.5.9i
On Fri, May 12, 2006 at 02:41:19PM +0000, David Gore wrote:
> There was some talk of the purples not showing up on the 'All non-green
> view'. We are also disappointed that the purples have been removed from
> this page. Our main page is the ANV page and would really like to have
> that back. Could we at least have it back with a flag? Or did we some
> how remove the purples on the ANV page with some flag in the latest
> snapshot?
Seems I broke it somewhere. This should put the purples back on the bb2
page.
Henrik
--- bbdisplay/pagegen.c 2006/05/09 12:00:00 1.169
+++ bbdisplay/pagegen.c 2006/05/12 15:03:34
@@ -53,7 +53,7 @@
int nkonlyreds = 0;
char *nkackname = "NK";
int wantrss = 0;
-int bb2colors = ((1 << COL_RED) | (1 << COL_YELLOW));
+int bb2colors = ((1 << COL_RED) | (1 << COL_YELLOW) | (1 << COL_PURPLE));
/* Format strings for htaccess files */
char *htaccess = NULL;