From 9de25ab8525edac98187221815fa2867687b26f0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 2 Feb 2014 18:44:27 +0000 Subject: Disable responses in the usual case where the UI doesn't care. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5333 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 6c1b5827..fd85316c 100644 --- a/src/gui/ConnectWindow.cpp +++ b/src/gui/ConnectWindow.cpp @@ -452,7 +452,7 @@ ConnectWindow::gtk_callback() _progress_label->set_text("Connected to engine"); _connect_stage = 0; // set ourselves up for next time (if there is one) _finished_connecting = true; - _app->interface()->set_response_id(-1); + _app->interface()->set_response_id(0); return false; // deregister this callback } -- cgit v1.2.1