Changeset 6bc67508d7815dd6e33663252591bb7a553da606

Show
Ignore:
Timestamp:
03/12/09 08:33:30 (3 years ago)
Author:
Lincoln de Sousa <lincoln@…>
Children:
d72bfcfe4971dca6b46130e8ae07aa149a63e6ce
Parents:
23ad51b105f191c931f4cf908dfe28c07e4f3876
git-author:
Aleksandar Krsteski <alekrsteski@…> (03/11/09 18:44:09)
git-committer:
Lincoln de Sousa <lincoln@…> (03/12/09 08:33:30)
Message:

Fix background color is always black on start.

Vte background color applies corectly only after the widget is shown. So
add notify for background color in show function in addition to existing
font color notify.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/guake.py

    r23ad51b r6bc6750  
    703703 
    704704        # This is here because vte color configuration works only 
    705         # after the be widget shown. 
     705        # after the widget is shown. 
    706706        self.client.notify(KEY('/style/font/color')) 
     707        self.client.notify(KEY('/style/background/color')) 
    707708 
    708709    def hide(self):