Changeset 5ff4618


Ignore:
Timestamp:
2015-02-22T21:17:21Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
d5c55ac
Parents:
9216eff
git-author:
dequis <dx@…> (23-01-15 06:10:38)
git-committer:
dequis <dx@…> (22-02-15 21:17:21)
Message:

purple: cleanup, remove one usage of static local_bee

Shouldn't affect anything, and still doesn't allow initializing
libpurple more than once, but whatever.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/purple.c

    r9216eff r5ff4618  
    10001000{
    10011001        struct prplcb_request_action_data *pqad;
     1002        struct im_connection *ic = purple_ic_by_pa(account);
    10021003        int i;
    10031004        char *q;
     
    10251026        /* TODO: IRC stuff here :-( */
    10261027        q = g_strdup_printf("Request: %s\n\n%s\n\n%s", title, primary, secondary);
    1027         pqad->bee_data = query_add(local_bee->ui_data, purple_ic_by_pa(account), q,
     1028        pqad->bee_data = query_add(ic->bee->ui_data, ic, q,
    10281029                                   prplcb_request_action_yes, prplcb_request_action_no, g_free, pqad);
    10291030
Note: See TracChangeset for help on using the changeset viewer.