NSM: Don't die when user clicks blank area of the session list.

This commit is contained in:
Jonathan Moore Liles 2012-03-04 13:40:06 -08:00
parent e4e546b849
commit d67ee6605a
1 changed files with 3 additions and 0 deletions

View File

@ -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 );