} else
chatBrowserWindow.setIsDirty(true,false);
}
public void init(GOIMAccount account, MultiUserChat muc) {
chatGUI = new MUCBrowserGUI(parent,SWT.NULL);
this.account = account;
((MUCBrowserGUI)chatGUI).init(account,muc);
changePartName();
chatGUI.layout(true,true);
chatGUI.addChangeListener(new SpheneListener<SpheneEvent>() {