From: Manuel Nickschas Date: Wed, 14 Apr 2010 07:41:02 +0000 (+0200) Subject: Fix tray icon behavior for non-KDE StatusNotifier X-Git-Tag: 0.7-beta1~102 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;ds=sidebyside;h=62c360e674f17146c6c52e874e854e24bab643b3;hp=62c360e674f17146c6c52e874e854e24bab643b3;p=quassel.git Fix tray icon behavior for non-KDE StatusNotifier Our workaround for QSystemTrayIcon activation misbehavior (clicking the bubble should NOT send two activation signals!) fails when using StatusNotifier instead, but only if KDE integration is disabled (wtf?). Turns out we don't get mouse events from the notifier then. Solution: only enable workaround when using the legacy tray icon. ---