Changeset aefa533e for protocols/oscar


Ignore:
Timestamp:
2006-03-21T08:12:22Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
19a6c75
Parents:
1ad104a
Message:

Added a special +b usermode for easier parseability of some things.
(For now blist and qlist, but more should come)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/oscar.c

    r1ad104a raefa533e  
    11501150                reason = msg + 6;
    11511151       
    1152         dialog_msg = g_strdup_printf("The user %u wants to add you to their buddy list for the following reason:\n\n%s", uin, reason ? reason : "No reason given.");
     1152        dialog_msg = g_strdup_printf("The user %u wants to add you to their buddy list for the following reason: %s", uin, reason ? reason : "No reason given.");
    11531153        data->gc = gc;
    11541154        data->uin = uin;
Note: See TracChangeset for help on using the changeset viewer.