Changeset 5ff4618
- Timestamp:
- 2015-02-22T21:17:21Z (10 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
r9216eff r5ff4618 1000 1000 { 1001 1001 struct prplcb_request_action_data *pqad; 1002 struct im_connection *ic = purple_ic_by_pa(account); 1002 1003 int i; 1003 1004 char *q; … … 1025 1026 /* TODO: IRC stuff here :-( */ 1026 1027 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, 1028 1029 prplcb_request_action_yes, prplcb_request_action_no, g_free, pqad); 1029 1030
Note: See TracChangeset
for help on using the changeset viewer.