summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-03-06 20:13:15 +0000
committerDavid Robillard <d@drobilla.net>2010-03-06 20:13:15 +0000
commit7ee402686e0e44101819150230dcddcc22699b52 (patch)
tree515428354d7008a27c12cddf262848f2a89ced9c /src/gui
parent059f20c9666234f2be01498ee04f1e7ee795ba8f (diff)
downloadingen-7ee402686e0e44101819150230dcddcc22699b52.tar.gz
ingen-7ee402686e0e44101819150230dcddcc22699b52.tar.bz2
ingen-7ee402686e0e44101819150230dcddcc22699b52.zip
Fix deadlock when LV2 GUIs fail to instantiate (fix ticket #491).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2534 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-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 a2db6f83..853bdf03 100644
--- a/src/gui/NodeModule.cpp
+++ b/src/gui/NodeModule.cpp
@@ -328,7 +328,7 @@ NodeModule::popup_gui()
return true;
} else {
- warn << "No LV2 GUI for " << _node->path() << endl;
+ warn << "No LV2 GUI for " << _node->path().chop_scheme() << endl;
}
}
#endif