summaryrefslogtreecommitdiffstats
path: root/src/gui/App.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-04-05 23:10:42 +0000
committerDavid Robillard <d@drobilla.net>2015-04-05 23:10:42 +0000
commit85a945468c6b065ee43ce1dc2f6e4c03eb9fe3c3 (patch)
treec8aa67df530bebc00c20bac738a0a2e1c3e770a2 /src/gui/App.cpp
parent1d01e09da3d45af72c04b007bccd240ec16fbe36 (diff)
downloadingen-85a945468c6b065ee43ce1dc2f6e4c03eb9fe3c3.tar.gz
ingen-85a945468c6b065ee43ce1dc2f6e4c03eb9fe3c3.tar.bz2
ingen-85a945468c6b065ee43ce1dc2f6e4c03eb9fe3c3.zip
Hide close/quit menu items in plugin GUI.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5669 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/App.cpp')
-rw-r--r--src/gui/App.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/App.cpp b/src/gui/App.cpp
index 882aec2d..0c7aea8c 100644
--- a/src/gui/App.cpp
+++ b/src/gui/App.cpp
@@ -75,6 +75,7 @@ App::App(Ingen::World* world)
, _sample_rate(48000)
, _enable_signal(true)
, _requested_plugins(false)
+ , _is_plugin(false)
{
_world->conf().load_default("ingen", "gui.ttl");