tags 317354 + patch
thanks
On Thu, Jul 07, 2005 at 11:19:12PM +0300, Joey Hess wrote:
> Subject says it all, errors display with a blue info bar at the bottom,
> should be red.
The patch belows set the helpline bg colour to red, and the fg colour
to white (see [1])
regards,
Davide
[1] http://www.webalice.it/zinosat/bugs/red_helpline.png
Index: src/modules/frontend/newt/newt.c
===================================================================
--- src/modules/frontend/newt/newt.c (revision 39661)
+++ src/modules/frontend/newt/newt.c (working copy)
@@ -988,6 +988,8 @@
if (strcmp(oldrootBg, oldshadowBg) == 0)
palette.shadowBg = "red";
palette.rootBg = "red";
+ palette.helpLineFg = "white";
+ palette.helpLineBg = "red";
newtSetColors(palette);
ret = newt_handler_note(obj, q);
palette.rootBg = oldrootBg;
Attachment:
signature.asc
Description: Digital signature