From c37d9346656297ed052e1346881aa6b49d52f4e0 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 23 May 2008 17:24:36 +0100 Subject: [PATCH] Add a default config value for background_image. Patch from Chris James. Fixes LP #234050 --- terminatorlib/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/config.py b/terminatorlib/config.py index b601fca9..979eae3a 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -86,6 +86,7 @@ class TerminatorConfValuestore: 'background_color' : '#000000', 'background_darkness' : 0.5, 'background_type' : 'solid', + 'background_image' : '', 'backspace_binding' : 'ascii-del', 'delete_binding' : 'delete-sequence', 'cursor_blink' : False,