Update for launch msg.

This commit is contained in:
Michael Drake 2013-06-04 15:11:24 +01:00
parent 29185f75cf
commit 9919b77f19

View File

@ -546,7 +546,10 @@ static nserror global_history_tree_node_entry_cb(
global_history_delete_entry_internal(e);
break;
case TREE_MSG_FIELD_EDIT:
case TREE_MSG_NODE_EDIT:
break;
case TREE_MSG_NODE_LAUNCH:
break;
}
return NSERROR_OK;