Version: (using KDE Devel) Installed from: Compiled sources I'm using the identity widget at the bottom of the main window to connect to / disconnect from my different accounts. It doesn't reflect status changes (e.g. offline->online) though unless I hide and show it again.
Created attachment 21725 [details] identitystatuswidget.diff The patch moves the account status label text update to its own slot and connects the global account online status signal to it. I left the //TODO: online status comment in the code as there might be other things to do. The slot could as well be named slotUpdateOnlineStatus instead of slotUpdateAccountStatus.
SVN commit 720777 by mattr: Fix bug 150371 The identity widget now listens to account status changes and updates itself accordingly. Patch by Dennis Nienheuser <earthwings@gentoo.org> Thanks for the patch! CCMAIL: earthwings@gentoo.org BUG: 150371 M +31 -13 identitystatuswidget.cpp M +1 -0 identitystatuswidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=720777
Created attachment 21775 [details] identitystatuswidget_2.cpp.diff It didn't yet update when accounts were added or removed, this patch connects the appropriate signal and updates the widget height as well.
Reopening as per comment #3
r724268 | nienhueser | 2007-10-11 23:12:43 +0200 (Do, 11 Okt 2007) | 3 lines Update identity widget if accounts are added or removed, and make sure widget height is set properly BUG: 150371 Permissions to close this from SVN not working yet, but the patch is in.