NSM: Don't die when user clicks blank area of the session list.
This commit is contained in:
parent
e4e546b849
commit
d67ee6605a
|
@ -358,6 +358,9 @@ public:
|
|||
|
||||
/* strip out formatting codes */
|
||||
|
||||
if ( !name )
|
||||
return;
|
||||
|
||||
foreach_daemon ( d )
|
||||
{
|
||||
osc->send( (*d)->addr, "/nsm/server/open", index( name, ' ' ) + 1 );
|
||||
|
|
Loading…
Reference in New Issue