Branch: master

609b1bf2 2014-07-14 08:57:54 Michele Calgaro
Fixed systray popup menu damage caused by commit f3088bc.
M amarok/src/systray.cpp
diff --git a/amarok/src/systray.cpp b/amarok/src/systray.cpp
index 4b2f44b..9a4e002 100644
--- a/amarok/src/systray.cpp
+++ b/amarok/src/systray.cpp
@@ -126,9 +126,10 @@
 	resizeTrayIcon();
 }
 
-void Amarok::TrayIcon::showEvent ( TQShowEvent * )
+void Amarok::TrayIcon::showEvent ( TQShowEvent *se )
 {
 	resizeTrayIcon();
+	KSystemTray::showEvent(se);
 }
 
 void