From kde-commits Wed Feb 09 02:34:31 2011 From: Lamarque Souza Date: Wed, 09 Feb 2011 02:34:31 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/kopete Message-Id: <20110209023431.B10D6AC8C0 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129721890917341 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: