From f9d0879e868cfab2e8ebd25803bdfa14a3f70426 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 18 Aug 2010 03:17:07 +0000 Subject: Plugin UI state should of course be saved per-session rather than globally. git-svn-id: svn://localhost/ardour2/branches/3.0@7646 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/processor_box.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/processor_box.h') diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h index 9273a75052..80b0cd818a 100644 --- a/gtk2_ardour/processor_box.h +++ b/gtk2_ardour/processor_box.h @@ -83,6 +83,9 @@ public: ProcessorWindowProxy (std::string const &, XMLNode const *, ProcessorBox *, boost::weak_ptr); void show (); + bool rc_configured () const { + return false; + } boost::weak_ptr processor () const { return _processor; -- cgit v1.2.3