------- 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         
kedgedev centrum cz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From kedgedev centrum cz  2007-05-09 19:06 -------
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 );
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to