Changeset ea90275 for protocols/purple/purple.c
- Timestamp:
- 2016-11-13T20:10:17Z (8 years ago)
- Branches:
- master
- Children:
- 9f03c47
- Parents:
- 701ab812
- git-author:
- dequis <dx@…> (13-11-16 20:00:04)
- git-committer:
- dequis <dx@…> (13-11-16 20:10:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
r701ab812 rea90275 43 43 const char *message, const char *who); 44 44 45 void purple_transfer_cancel_all(struct im_connection *ic); 46 45 47 /* purple_request_input specific stuff */ 46 48 typedef void (*ri_callback_t)(gpointer, const gchar *); … … 383 385 while (ic->groupchats) { 384 386 imcb_chat_free(ic->groupchats->data); 387 } 388 389 if (pd->filetransfers) { 390 purple_transfer_cancel_all(ic); 385 391 } 386 392
Note: See TracChangeset
for help on using the changeset viewer.