summaryrefslogtreecommitdiffstats
path: root/src/gui/ConnectWindow.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-01-21 20:53:39 +0100
committerDavid Robillard <d@drobilla.net>2018-01-22 00:20:19 +0100
commit1f3ea3054b7fe191431c012c92fbcd9e2ee771b6 (patch)
tree81648746f43fd5c971ac248d3ec0a9c0ae34229b /src/gui/ConnectWindow.cpp
parentd9c5d89d230b204a90cca4dee4165ba6ebdf00fd (diff)
downloadingen-1f3ea3054b7fe191431c012c92fbcd9e2ee771b6.tar.gz
ingen-1f3ea3054b7fe191431c012c92fbcd9e2ee771b6.tar.bz2
ingen-1f3ea3054b7fe191431c012c92fbcd9e2ee771b6.zip
Speed up animation and update GUI at 30Hz
Diffstat (limited to 'src/gui/ConnectWindow.cpp')
-rw-r--r--src/gui/ConnectWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp
index 623db4a0..458a43dd 100644
--- a/src/gui/ConnectWindow.cpp
+++ b/src/gui/ConnectWindow.cpp
@@ -495,7 +495,7 @@ ConnectWindow::gtk_callback()
}
} else if (_connect_stage == 1) {
_attached = false;
- _app->client()->signal_message().connect(
+ _app->sig_client()->signal_message().connect(
sigc::mem_fun(this, &ConnectWindow::message));
_ping_id = g_random_int_range(1, std::numeric_limits<int32_t>::max());