Bug 59357

Summary: Window title bar not updated according to contact state
Product: [Applications] kopete Reporter: Till Gerken <till.gerken>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Till Gerken 2003-06-05 01:02:10 UTC
Version:           0.6.90cvs >= 20030522 (using KDE 3.1.2)
Installed from:     (testing/unstable)
Compiler:          gcc version 3.3 (Debian)
OS:          Linux (i686) release 2.4.20-pre11

When a contact goes online or offline, its state is not reflected accordingly in the window title bar of a chat window. Seen with ICQ so far.
Comment 1 Martijn Klingens 2003-06-05 09:46:45 UTC
Since we also have this with MSN in bug 56972 
(http://bugs.kde.org/show_bug.cgi?id=56972), could this be a general Kopete problem 
instead of two independent bugs for MSN and ICQ ? 
 
Martijn 
 
Comment 2 Olivier Goffart 2003-06-05 15:36:59 UTC
Subject: kdenonbeta/kopete/libkopete

CVS commit by ogoffart: 

Update the chatwindow caption when a contact change his status.

CCMAIL: 56972-done@bugs.kde.org
CCMAIL: 59357-done@bugs.kde.org

You don't imagine the time i spent for this small bugfixe.
The code is so complex, one turn around durring hours before finding  
where is the problem. 
This changing caption code was so ugly, totally wrong!
all this code need a review. There are so much big atrocity in the kopete 
code, but it is difficult to do something because the number of function split
everywere in the code, and theses strange undocumented parram you don't know
even if these are used somewere.

I think i will take time after my exams to redesing the code of the
KMM/KopeteMessage/KopeteChatWindow 


  M +26 -10    kopetemessagemanager.cpp   1.164
  M +1 -1      kopetemessagemanager.h   1.78