From fe61806905a86e7513df64d59ec8b4d31f184a33 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 26 Feb 2010 05:40:58 +0000 Subject: Remove request_all_objects from EngineInterface (and RequestAllObjects event from engine), a vestigial equivalent to get(Path("/")). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2503 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/ConnectWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp index 281fa274..0d8c8e76 100644 --- a/src/gui/ConnectWindow.cpp +++ b/src/gui/ConnectWindow.cpp @@ -445,7 +445,7 @@ ConnectWindow::gtk_callback() } } } else if (_connect_stage == 2) { - App::instance().engine()->request_all_objects(); + App::instance().engine()->get(Path("/")); if (_widgets_loaded) _progress_label->set_text(string("Requesting root patch...")); ++_connect_stage; -- cgit v1.2.1