IDEMPIERE-293 Support for Kill Session / Peer Review

This commit is contained in:
Carlos Ruiz 2012-12-03 00:37:06 -05:00
parent 7788bf9bae
commit 583074cb16
2 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ public class DefaultDesktop extends TabbedDesktop implements MenuListener, Seria
* @param eventManager
*/
public void bindEventManager() {
String topics [] = {IEventTopics.BROADCAST_MESSAGE,IEventTopics.KILL_SESSION};
String topics [] = {IEventTopics.BROADCAST_MESSAGE};
EventManager.getInstance().register(topics, this);
}