[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenetwork/kopete/libkopete
From:       Matt Rogers <matt () matt ! rogers ! name>
Date:       2003-11-10 15:51:57
[Download RAW message or body]

CVS commit by mattr: 

Fix bug 67676 by disallowing chats to the myself() contact, which is the
way it should be. Why would you want to chat with yourself anyways? ;)

CCMAIL: 67676-done@bugs.kde.org


  M +3 -0      kopetecontact.cpp   1.161


--- kdenetwork/kopete/libkopete/kopetecontact.cpp  #1.160:1.161
@@ -449,4 +449,7 @@ void KopeteContact::sendMessage()
 void KopeteContact::execute()
 {
+        if (d->account->myself() == this)
+                return;
+
         switch( KopetePrefs::prefs()->interfacePreference() )
         {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic