Fixes systray service.

cusax-fix
Yana Stamcheva 16 years ago
parent c3ba4a5333
commit 636f6eb628

@ -60,7 +60,8 @@ public void start(BundleContext bc)
{
// Adds a MacOSX specific dock icon listener in order to show main
// contact list window on dock icon click.
MacOSXDockIcon.addDockIconListener();
if (OSUtils.IS_MAC)
MacOSXDockIcon.addDockIconListener();
// Create the notification service implementation
SystrayService systrayService = new SystrayServiceJdicImpl();

Loading…
Cancel
Save