Ignore:
Timestamp:
2008-04-02T14:22:57Z (16 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
f9dbc99
Parents:
875ad42 (diff), dd34575 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/info.c

    r875ad42 r85d7b85  
    261261                if (!identified) {
    262262                        /*FIXME*/
     263                        /*REMOVEME :-)
    263264                        g_strdup_printf("unknown capability: {%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x}\n",
    264265                                        cap[0], cap[1], cap[2], cap[3],
     
    268269                                        cap[10], cap[11], cap[12], cap[13],
    269270                                        cap[14], cap[15]);
    270                        
     271                        */
    271272                }
    272273
     
    473474                         */
    474475#ifdef DEBUG
    475                         // do_error_dialog(sess->aux_data, G_STRLOC, "Unknown TLV encountered");
     476                        // imcb_error(sess->aux_data, G_STRLOC);
    476477#endif
    477478
     
    634635
    635636        if (!origsnac || !origsnac->data) {
    636                 do_error_dialog(sess->aux_data, "major problem: no snac stored!", "Gaim");
     637                imcb_error(sess->aux_data, "major problem: no snac stored!");
    637638                return 0;
    638639        }
     
    643644                        (inforeq->infotype != AIM_GETINFO_AWAYMESSAGE) &&
    644645                        (inforeq->infotype != AIM_GETINFO_CAPABILITIES)) {
    645                 do_error_dialog(sess->aux_data, "unknown infotype in request!", "Gaim");
     646                imcb_error(sess->aux_data, "unknown infotype in request!");
    646647                return 0;
    647648        }
Note: See TracChangeset for help on using the changeset viewer.