Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/service.c

    rd3a672c rdd89a55  
    732732        guint32 data;
    733733        int tlvlen;
    734         struct gaim_connection *gc = sess ? sess->aux_data : NULL;
    735734
    736735        data = AIM_ICQ_STATE_HIDEIP | status; /* yay for error checking ;^) */
    737        
    738         if (gc && set_getbool(&gc->acc->set, "web_aware"))
    739                 data |= AIM_ICQ_STATE_WEBAWARE;
    740736
    741737        tlvlen = aim_addtlvtochain32(&tl, 0x0006, data);
Note: See TracChangeset for help on using the changeset viewer.