fixing rgba_control

This commit is contained in:
Emmanuel Bretelle 2008-11-27 09:52:32 +01:00
parent 408a7246d9
commit 6631af7e4d
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ class Terminator:
# Set RGBA colormap if possible so VTE can use real alpha
# channels for transparency.
if self.conf.enable_real_transparency:
self.rgba_control(True)
self.enable_rgba(True)
# Start out with just one terminal
# FIXME: This should be really be decided from some kind of profile