Changeset 56985aa
- Timestamp:
- 2015-03-03T23:18:43Z (10 years ago)
- Branches:
- master
- Children:
- e6f47fb
- Parents:
- d93c8beb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
rd93c8beb r56985aa 1015 1015 { 1016 1016 struct prplcb_request_action_data *pqad; 1017 struct im_connection *ic = purple_ic_by_pa(account);1018 1017 int i; 1019 1018 char *q; … … 1041 1040 /* TODO: IRC stuff here :-( */ 1042 1041 q = g_strdup_printf("Request: %s\n\n%s\n\n%s", title, primary, secondary); 1043 pqad->bee_data = query_add( ic->bee->ui_data, ic, q,1042 pqad->bee_data = query_add(local_bee->ui_data, purple_ic_by_pa(account), q, 1044 1043 prplcb_request_action_yes, prplcb_request_action_no, g_free, pqad); 1045 1044
Note: See TracChangeset
for help on using the changeset viewer.