pidgin/gtkroomlist.c

branch
soc.2013.gobjectification.plugins
changeset 36719
0d7682bdf828
parent 36690
45425605f156
child 36725
f17f9d4e710e
equal deleted inserted replaced
36718:24f9c085897a 36719:0d7682bdf828
234 234
235 if(gc != NULL) 235 if(gc != NULL)
236 protocol = purple_connection_get_protocol(gc); 236 protocol = purple_connection_get_protocol(gc);
237 237
238 if(protocol != NULL && PURPLE_PROTOCOL_IMPLEMENTS(protocol, roomlist_room_serialize)) 238 if(protocol != NULL && PURPLE_PROTOCOL_IMPLEMENTS(protocol, roomlist_room_serialize))
239 name = purple_protocol_iface_roomlist_room_serialize(protocol, info->room); 239 name = purple_protocol_roomlist_iface_room_serialize(protocol, info->room);
240 else 240 else
241 name = g_strdup(purple_roomlist_room_get_name(info->room)); 241 name = g_strdup(purple_roomlist_room_get_name(info->room));
242 242
243 purple_blist_request_add_chat(account, NULL, NULL, name); 243 purple_blist_request_add_chat(account, NULL, NULL, name);
244 244

mercurial