summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-08-20 21:43:37 +0000
committerDavid Robillard <d@drobilla.net>2011-08-20 21:43:37 +0000
commitb44d35c0f062737f434ada8af4ec2499b827c469 (patch)
tree4dc9065f02d4587844ab6c7009fbd366cbf17043 /src/gui/NodeModule.cpp
parent769fd5a2c60ef39f0af68664b35c99f90b8d715b (diff)
downloadingen-b44d35c0f062737f434ada8af4ec2499b827c469.tar.gz
ingen-b44d35c0f062737f434ada8af4ec2499b827c469.tar.bz2
ingen-b44d35c0f062737f434ada8af4ec2499b827c469.zip
Fix port and node menus
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3439 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeModule.cpp')
-rw-r--r--src/gui/NodeModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodeModule.cpp b/src/gui/NodeModule.cpp
index ab282714..f178a6c7 100644
--- a/src/gui/NodeModule.cpp
+++ b/src/gui/NodeModule.cpp
@@ -77,7 +77,7 @@ NodeModule::~NodeModule()
bool
NodeModule::show_menu(GdkEventButton* ev)
{
- WidgetFactory::get_widget_derived("node_menu", _menu);
+ WidgetFactory::get_widget_derived("object_menu", _menu);
_menu->init(_node);
_menu->signal_embed_gui.connect(
sigc::mem_fun(this, &NodeModule::embed_gui));