Fix : display balloon on startup with SWT

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@154 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2008-11-03 15:26:25 +00:00
parent 7fdf15013f
commit 71664294db
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class SwtGatewayTray implements DavGatewayTrayInterface {
public void displayMessage(final String message, final Priority priority) {
synchronized (LOCK) {
if (trayItem != null) {
display.syncExec(
display.asyncExec(
new Runnable() {
public void run() {
int messageType = 0;