From 6631af7e4d3af99f9fa62d8e6864f8f50dbc367d Mon Sep 17 00:00:00 2001 From: Emmanuel Bretelle Date: Thu, 27 Nov 2008 09:52:32 +0100 Subject: [PATCH] fixing rgba_control --- terminatorlib/terminator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py index 62dd2300..a628b3e0 100755 --- a/terminatorlib/terminator.py +++ b/terminatorlib/terminator.py @@ -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