From ad3752a9029796b95230b323af138c075c9be93f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Nov 2012 22:11:28 +0000 Subject: GUI::Configuration => GUI::Style. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4844 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/LoadGraphWindow.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/LoadGraphWindow.cpp') diff --git a/src/gui/LoadGraphWindow.cpp b/src/gui/LoadGraphWindow.cpp index b5297c86..a7daf90f 100644 --- a/src/gui/LoadGraphWindow.cpp +++ b/src/gui/LoadGraphWindow.cpp @@ -28,9 +28,9 @@ #include "ingen/runtime_paths.hpp" #include "App.hpp" -#include "Configuration.hpp" -#include "LoadGraphWindow.hpp" #include "GraphView.hpp" +#include "LoadGraphWindow.hpp" +#include "Style.hpp" #include "ThreadedLoader.hpp" using namespace std; @@ -125,8 +125,8 @@ LoadGraphWindow::set_graph(SharedPtr graph) void LoadGraphWindow::on_show() { - if (_app->configuration()->graph_folder().length() > 0) - set_current_folder(_app->configuration()->graph_folder()); + if (_app->style()->graph_folder().length() > 0) + set_current_folder(_app->style()->graph_folder()); Gtk::FileChooserDialog::on_show(); } -- cgit v1.2.1