------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=145199         




------- Additional Comments From kedgedev centrum cz  2007-05-09 19:21 -------
SVN commit 662955 by rjarosz:

Forwardport fix for bug 145199: ICQ "Hide IP address" feature not working

CCBUG: 145199



 M  +3 -3      senddcinfotask.cpp  


--- 
trunk/KDE/kdenetwork/kopete/protocols/oscar/liboscar/tasks/senddcinfotask.cpp 
#662954:662955
 @ -62,10 +62,10  @
                kDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "setting web aware on" 
<< endl;
                statusFlag |= 0x00010000;
        }
-       if ( !client()->settings()->hideIP() )
+       if ( client()->settings()->hideIP() )
        {
-               kDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "setting show ip on" 
<< endl;
-               statusFlag |= 0x00020000;
+               kDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "setting hide ip on" 
<< endl;
+               statusFlag |= 0x10000000;  // Direct connection upon 
authorization, hides IP
        }
        Buffer tlv06;
        tlv06.addDWord( statusFlag | mStatus );
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to