Set the default layout to be 'default'

This commit is contained in:
Chris Jones 2010-02-04 23:52:43 +00:00
parent 102463acb3
commit 3444087941
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@ WM_WINDOW_ROLE property on the window')
options.working_directory)
sys.exit(1)
if options.layout is None:
options.layout = 'default'
configobj.options_set(options)
if util.DEBUG == True: