--- a/libpurple/protocols/msn/notification.c Sun Jun 23 21:49:15 2013 +0530 +++ b/libpurple/protocols/msn/notification.c Sun Jun 23 23:44:05 2013 +0530 @@ -1202,8 +1202,7 @@ if (id && strcmp(id, "1")) { PurpleConversation *conv - = purple_conversations_find_with_account(PURPLE_CONV_TYPE_ANY, - who, purple_connection_get_account(gc)); + = purple_conversations_find_with_account(who, purple_connection_get_account(gc)); if (conv != NULL) { const char *error; if (!strcmp(id, "407"))