From 0151c68abeb508b400aa69cd77b42e3b3320869c Mon Sep 17 00:00:00 2001 From: David Levanon Date: Mon, 21 Sep 2020 01:04:59 +0300 Subject: [PATCH] revert terminator.py back --- terminatorlib/terminator.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py index fea5009c..d8d76b4d 100644 --- a/terminatorlib/terminator.py +++ b/terminatorlib/terminator.py @@ -49,7 +49,6 @@ class Terminator(Borg): keybindings = None style_providers = None last_focused_term = None - layout_file = None origcwd = None dbus_path = None @@ -227,7 +226,6 @@ class Terminator(Borg): self.prelayout_windows = self.windows[:] layout = copy.deepcopy(self.config.layout_get_config(layoutname)) - if not layout: # User specified a non-existent layout. default to one Terminal err('layout %s not defined' % layout) @@ -423,7 +421,6 @@ class Terminator(Borg): background-color: alpha(%s, %s); } """ profiles = self.config.base.profiles - for profile in list(profiles.keys()): if profiles[profile]['use_theme_colors']: # Create a dummy window/vte and realise it so it has correct @@ -634,4 +631,4 @@ class Terminator(Borg): return(layout) -# vim: set expandtab ts=4 sw=4: +# vim: set expandtab ts=4 sw=4: \ No newline at end of file