From 72e4e4c0c5c7d459f3a80e8cc9cdc755db61f23b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 May 2009 21:56:21 +0000 Subject: Rename 'request_object' 'get'. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2038 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PatchView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/PatchView.cpp') diff --git a/src/gui/PatchView.cpp b/src/gui/PatchView.cpp index ad62d43e..57a4f46c 100644 --- a/src/gui/PatchView.cpp +++ b/src/gui/PatchView.cpp @@ -223,7 +223,7 @@ PatchView::clear_clicked() void PatchView::refresh_clicked() { - App::instance().engine()->request_object(_patch->path()); + App::instance().engine()->get(_patch->path()); } -- cgit v1.2.1