From d771e9436cdcc4ab3a46dc1d596485dd3404035e Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Wed, 4 Sep 2013 22:56:10 +0200 Subject: [PATCH] Layout launcher should reload config when opened to be sure it has the latest layouts. --- terminatorlib/layoutlauncher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/layoutlauncher.py b/terminatorlib/layoutlauncher.py index 41a0c416..e59048c3 100755 --- a/terminatorlib/layoutlauncher.py +++ b/terminatorlib/layoutlauncher.py @@ -29,6 +29,7 @@ class LayoutLauncher: self.terminator.register_launcher_window(self) self.config = config.Config() + self.config.base.reload() self.builder = gtk.Builder() try: # Figure out where our library is on-disk so we can open our UI