Hi Jon,

following patch disables the Send trough Server checkbox for MSN contacts:

Index: plugins/qt-gui/src/usereventdlg.cpp
===================================================================
RCS file: /cvsroot/licq/qt-gui/src/usereventdlg.cpp,v
retrieving revision 1.193
diff -u -1 -b -p -r1.193 usereventdlg.cpp
--- plugins/qt-gui/src/usereventdlg.cpp 9 Dec 2005 15:19:45 -0000       1.193
+++ plugins/qt-gui/src/usereventdlg.cpp 13 Dec 2005 13:28:15 -0000
@@ -1518,2 +1518,10 @@ UserSendCommon::UserSendCommon(CICQDaemo
     
+  // pkolmann: With MSN Contacts always mark as SendServer and disable
+  // checkbox
+  if (u->PPID() == MSN_PPID)
+  {
+    chkSendServer->setChecked(true);
+    chkSendServer->setEnabled(false);
+  }
+    
   gUserManager.DropUser(u);


Maybe you could include it,
thanks
philipp


-- 
A byte walks into a bar and orders a pint. Bartender asks him "What's wrong?"
Byte says "Parity error." Bartender nods and says "Yeah, I thought you looked
a bit off."


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to