return;
PublishNotebook publish = new PublishNotebook(Global.username, Global.getServer(), n);
publish.exec();
if (!publish.okClicked())
return;
Publishing p = publish.getPublishing();
boolean isPublished = !publish.isStopPressed();
conn.getNotebookTable().setPublishing(n.getGuid(), isPublished, p);