# HG changeset patch # User Stefano Rivera # Date 1316300495 -7200 # Node ID 676e18712c4254c7e032a874801ed0a65c7df20f # Parent 4be447ecf53dfd56328ba070d6692f1844af6126 Excise another yellow diff -r 4be447ecf53d -r 676e18712c42 mamba/widgets/entrybox.py --- a/mamba/widgets/entrybox.py Sun Sep 18 01:01:24 2011 +0200 +++ b/mamba/widgets/entrybox.py Sun Sep 18 01:01:35 2011 +0200 @@ -7,7 +7,7 @@ class EntryBox(Box): def __init__(self, rect, text, init_value, accept_callback=None, - color='white', entry_color='yellow'): + color='white', entry_color='red'): super(EntryBox, self).__init__(rect) self.text = text self.accept_callback = accept_callback