mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-06 03:08:02 -05:00
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:
parent
7fdf15013f
commit
71664294db
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user