From b6376fc247490134827c51c554a6108ab9f5a898 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 22 Nov 2012 03:17:28 +0000 Subject: Configuration file saving. Automatically save and restore GUI settings (last patch directory, human names, etc.). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4848 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/GraphBox.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/GraphBox.cpp') diff --git a/src/gui/GraphBox.cpp b/src/gui/GraphBox.cpp index 6607ebbd..0401143c 100644 --- a/src/gui/GraphBox.cpp +++ b/src/gui/GraphBox.cpp @@ -554,8 +554,9 @@ GraphBox::event_save_as() } _app->world()->conf().set( - "graph-folder", + "graph-directory", _app->world()->forge().alloc(dialog.get_current_folder())); + break; } } -- cgit v1.2.1