Version: 0.10 (using KDE KDE 3.4.0) Installed from: Debian testing/unstable Packages OS: Linux If I log in into ICQ, the Online Info for my Buddies are wrong. "Online since" shows _my_ login Time, not when the Buddy logged in. Client functions and and away messages are also not shown.
Created an attachment (id=10579) [details] show "online since" tooltip I don't know if this is the right way to do. I tested it and it worked. So please take this and see if this patch somehow contribiutes to the app.
CVS commit by jhall: BUG:102460 Fix 'online time' in tooltip for AIM/ICQ to show actual online time of buddy, not your own M +1 -0 oscarcontact.cpp 1.174 --- kdenetwork/kopete/protocols/oscar/oscarcontact.cpp #1.173:1.174 @@ -173,4 +173,5 @@ void OscarContact::userInfoUpdated( cons { Q_UNUSED( contact ); + setProperty( Kopete::Global::Properties::self()->onlineSince(), details.onlineSinceTime() ); setIdleTime( details.idleTime() ); m_warningLevel = details.warningLevel();
You need to log in before you can comment on or make changes to this bug.