Comment 5 for bug 769574

Revision history for this message
Binnette (binnette) wrote :

I'm looking in source 1.4 and I found the problem. In file request_handler.cc, function RequestHandler::handle_connection
There is no code for request "set_channel_order"

line 263 :
  else if (command == "set_channel_order")
  {

  }

I gonna look in previous versions if this feature was already implemented.