From 0a9c38574cafd3e77234d220a18241025098bbb3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Sep 2007 00:23:14 +0000 Subject: Rename C++ signals to cleaner Gtkmm convention. git-svn-id: http://svn.drobilla.net/lad/ingen@734 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/ConnectWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/gui/ConnectWindow.cpp') diff --git a/src/libs/gui/ConnectWindow.cpp b/src/libs/gui/ConnectWindow.cpp index 333d0454..e61b72d8 100644 --- a/src/libs/gui/ConnectWindow.cpp +++ b/src/libs/gui/ConnectWindow.cpp @@ -352,7 +352,7 @@ ConnectWindow::gtk_callback() _progress_label->set_text("Connecting to engine..."); present(); - App::instance().client()->response_ok_sig.connect( + App::instance().client()->signal_response_ok.connect( sigc::mem_fun(this, &ConnectWindow::response_ok_received)); _ping_id = rand(); -- cgit v1.2.1