summaryrefslogtreecommitdiffstats
path: root/src/gui/PortMenu.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-25 03:05:52 +0000
committerDavid Robillard <d@drobilla.net>2012-03-25 03:05:52 +0000
commitcbd666d1ba7681264c2c509c1bbc8999136d4f17 (patch)
treed77544516d9100092c59c821f5118a0c65cfda2f /src/gui/PortMenu.cpp
parent94f372e95ecd718b7d2ed4f2aa1f0437e7968efb (diff)
downloadingen-cbd666d1ba7681264c2c509c1bbc8999136d4f17.tar.gz
ingen-cbd666d1ba7681264c2c509c1bbc8999136d4f17.tar.bz2
ingen-cbd666d1ba7681264c2c509c1bbc8999136d4f17.zip
Update for latest atom extension.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4104 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PortMenu.cpp')
-rw-r--r--src/gui/PortMenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PortMenu.cpp b/src/gui/PortMenu.cpp
index dbd5890f..802628b2 100644
--- a/src/gui/PortMenu.cpp
+++ b/src/gui/PortMenu.cpp
@@ -63,7 +63,7 @@ PortMenu::init(App& app, SharedPtr<const PortModel> port, bool patch_port)
_destroy_menuitem->set_sensitive(false);
}
- if (port->is_a(uris.atom_MessagePort))
+ if (port->is_a(uris.atom_AtomPort))
_polyphonic_menuitem->hide();
const bool is_control = app.can_control(port.get())