Adds the exception stack trace to the error window if a video bridge conference fails.

cusax-fix
Hristo Terezov 13 years ago
parent 0ce8d71266
commit 7fd058dbd9

@ -2240,7 +2240,7 @@ public void run()
GuiActivator.getResources().getI18NString(
"service.gui.ERROR"),
e.getMessage(),
ErrorDialog.ERROR)
e)
.showDialog();
}
}

Loading…
Cancel
Save