Changeset bd11422
- Timestamp:
- 2011-06-15T12:18:49Z (13 years ago)
- Branches:
- master
- Children:
- 05d964c
- Parents:
- c573f1b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/skype.c
rc573f1b rbd11422 1201 1201 skype_printf(ic, "SET USERSTATUS OFFLINE\n"); 1202 1202 1203 while( ic->groupchats ) 1204 imcb_chat_free(ic->groupchats->data); 1205 1203 1206 for (i = 0; i < g_list_length(sd->groups); i++) { 1204 1207 struct skype_group *sg = (struct skype_group *)g_list_nth_data(sd->groups, i);
Note: See TracChangeset
for help on using the changeset viewer.