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

List:       kde-commits
Subject:    branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/liboscar
From:       Roman Jarosz <kedgedev () centrum ! cz>
Date:       2007-05-09 17:06:50
Message-ID: 1178730410.168315.9927.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 662951 by rjarosz:

Fix bug 145199: ICQ "Hide IP address" feature not working

BUG: 145199



 M  +3 -3      senddcinfotask.cpp  


--- branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/liboscar/senddcinfotask.cpp #662950:662951
@@ -64,10 +64,10 @@
 		kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "setting web aware on" << endl;
 		statusFlag |= 0x00010000;
 	}
-	if ( !client()->settings()->hideIP() )
+	if ( client()->settings()->hideIP() )
 	{
-		kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "setting show ip on" << endl;
-		statusFlag |= 0x00020000;
+		kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "setting hide ip on" << endl;
+		statusFlag |= 0x10000000;  // Direct connection upon authorization, hides IP
 	}
 	
 	buffer->addDWord( statusFlag | mStatus );
[prev in list] [next in list] [prev in thread] [next in thread] 

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