From 8e7c065f83aa8a6b10eb6ac9dcb5b58ce382570c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 23 Mar 2015 01:53:07 +0100 Subject: [PATCH] =?UTF-8?q?limit=20plugin-preset=20=E2=80=98seen=5Fset=5Fs?= =?UTF-8?q?tate=E2=80=99=20message.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/ardour/plugin.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/plugin.cc b/libs/ardour/plugin.cc index a93dae9e0f..577b12c1a6 100644 --- a/libs/ardour/plugin.cc +++ b/libs/ardour/plugin.cc @@ -328,6 +328,7 @@ Plugin::get_presets () info << string_compose (_("Plugin presets are not supported in this build of %1. Consider paying for a full version"), PROGRAM_NAME) << endmsg; + seen_set_state_message = true; } #endif