Changeset 181e47a


Ignore:
Timestamp:
2008-01-10T00:31:38Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e731120
Parents:
43462708
Message:

Now setting odata->icq properly again, this got lost some time ago, which
broke the info command and probably more things.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/oscar.c

    r43462708 r181e47a  
    356356        struct oscar_data *odata = ic->proto_data = g_new0(struct oscar_data, 1);
    357357
    358         if (!isdigit(acc->user[0])) {
     358        if (isdigit(acc->user[0]))
     359                odata->icq = TRUE;
     360        else
    359361                ic->flags |= OPT_DOES_HTML;
    360         }
    361362
    362363        sess = g_new0(aim_session_t, 1);
Note: See TracChangeset for help on using the changeset viewer.