SVN commit 1219491 by lvsouza: Uses user-offline.png as icon overlay to make it more visible when user is offline. OBS: I do not like using only color/grayscale icons to indicate online/offline status, specially when the icons are small and look very alike. BUG: 256667 M +1 -0 systemtray.cpp --- trunk/KDE/kdenetwork/kopete/kopete/systemtray.cpp #1219490:1219491 @@ -210,6 +210,7 @@ case Kopete::OnlineStatus::Connecting: { setIconByName("kopete-offline"); + setOverlayIconByName("user-offline"); break; } case Kopete::OnlineStatus::Invisible: