protocols/ircv3/purpleircv3protocolconversation.c

changeset 42653
584895b844d2
parent 42652
225762d4e206
child 42769
c488d7af2923
equal deleted inserted replaced
42652:225762d4e206 42653:584895b844d2
140 } 140 }
141 141
142 conversation = g_object_new( 142 conversation = g_object_new(
143 PURPLE_TYPE_CONVERSATION, 143 PURPLE_TYPE_CONVERSATION,
144 "account", account, 144 "account", account,
145 "type", PurpleConversationTypeChannel, 145 "type", PURPLE_CONVERSATION_TYPE_CHANNEL,
146 "id", name, 146 "id", name,
147 "name", name, 147 "name", name,
148 NULL); 148 NULL);
149 purple_conversation_manager_register(manager, conversation); 149 purple_conversation_manager_register(manager, conversation);
150 g_clear_object(&conversation); 150 g_clear_object(&conversation);

mercurial