Layout launcher should reload config when opened to be sure it has the latest layouts.

This commit is contained in:
Stephen Boddy 2013-09-04 22:56:10 +02:00
parent 2f9d337687
commit d771e9436c
1 changed files with 1 additions and 0 deletions

View File

@ -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