Changeset 6c3eebceaa423859e02677bd655b19aaa0f77242

Show
Ignore:
Timestamp:
03/12/09 11:23:08 (3 years ago)
Author:
Lincoln de Sousa <lincoln@…>
Children:
6764d9cf7f48f1dd5cf0754cf8785031aa135323
Parents:
2d18e1b6fb53ac8a1ea498e80b756b46bd4bc26a
git-author:
Aleksandar Krsteski <alekrsteski@…> (03/02/09 19:18:44)
git-committer:
Lincoln de Sousa <lincoln@…> (03/12/09 11:23:08)
Message:

Fix bold fonts did not use foreground color

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/guake.py

    r2d18e1b r6c3eebc  
    222222            i.set_color_dim(fgcolor) 
    223223            i.set_color_foreground(fgcolor) 
     224            i.set_color_bold(fgcolor) 
    224225 
    225226    def bgcolor_changed(self, client, connection_id, entry, data):