Changeset 1a8875f
- Timestamp:
- 2016-09-25T03:07:25Z (8 years ago)
- Branches:
- master
- Children:
- ff468a7
- Parents:
- 985d66d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
r985d66d r1a8875f 723 723 GHashTable *chat_hash; 724 724 PurpleConversation *conv; 725 struct groupchat *gc; 725 726 GList *info, *l; 726 727 … … 756 757 g_list_free(info); 757 758 759 /* do this before serv_join_chat to handle cases where prplcb_conv_new is called immediately (not async) */ 760 gc = imcb_chat_new(ic, room); 761 758 762 serv_join_chat(purple_account_get_connection(pd->account), chat_hash); 759 763 760 764 g_hash_table_destroy(chat_hash); 761 765 762 return imcb_chat_new(ic, room);766 return gc; 763 767 } 764 768
Note: See TracChangeset
for help on using the changeset viewer.