pidgin/gtkconv.c

changeset 21784
f3baacdf1de8
parent 21778
75db64e4786a
child 21814
51ea68d3a41a
child 22007
386062b58867
equal deleted inserted replaced
21783:cec6028387a3 21784:f3baacdf1de8
234 234
235 switch (purple_conversation_get_type(conv)) { 235 switch (purple_conversation_get_type(conv)) {
236 case PURPLE_CONV_TYPE_IM: 236 case PURPLE_CONV_TYPE_IM:
237 { 237 {
238 hide_conv(gtkconv, TRUE); 238 hide_conv(gtkconv, TRUE);
239 break;
239 } 240 }
240 case PURPLE_CONV_TYPE_CHAT: 241 case PURPLE_CONV_TYPE_CHAT:
241 { 242 {
242 PurpleChat *chat = purple_blist_find_chat(account, name); 243 PurpleChat *chat = purple_blist_find_chat(account, name);
243 if (!chat || 244 if (!chat ||

mercurial