be more explicit about setting background transparency so we always update the state correctly. Closes LP #328994

This commit is contained in:
Chris Jones 2009-03-20 01:24:24 +00:00
parent 4944ccabe7
commit d54f21c203
1 changed files with 2 additions and 0 deletions

View File

@ -708,6 +708,8 @@ text/plain
if background_type == "transparent":
if not self.conf.enable_real_transparency:
self._vte.set_background_transparent (True)
else:
self._vte.set_background_transparent (False)
# Set our cursor blinkiness
self._vte.set_cursor_blinks (self.conf.cursor_blink)