protocols/ircv3/purpleircv3protocolconversation.c

changeset 43148
35420bc95bb0
parent 43131
42a2947d36c6
child 43183
2d03fb0c0ff2
equal deleted inserted replaced
43147:835d74e5d22d 43148:35420bc95bb0
166 conversation = g_object_new( 166 conversation = g_object_new(
167 PURPLE_TYPE_CONVERSATION, 167 PURPLE_TYPE_CONVERSATION,
168 "account", account, 168 "account", account,
169 "type", PURPLE_CONVERSATION_TYPE_CHANNEL, 169 "type", PURPLE_CONVERSATION_TYPE_CHANNEL,
170 "id", name, 170 "id", name,
171 "name", name,
172 "online", TRUE, 171 "online", TRUE,
173 NULL); 172 NULL);
174 purple_conversation_manager_add(manager, conversation); 173 purple_conversation_manager_add(manager, conversation);
175 g_clear_object(&conversation); 174 g_clear_object(&conversation);
176 175

mercurial