--- a/libpurple/protocols/msn/switchboard.c Sun Apr 15 04:12:27 2007 +0000 +++ b/libpurple/protocols/msn/switchboard.c Sun Apr 15 04:29:56 2007 +0000 @@ -968,7 +968,7 @@ str = g_strdup_printf(_("%s just sent you a Nudge!"), username); g_free(username); - msn_switchboard_report_user(swboard, PURPLE_MESSAGE_SYSTEM|PURPLE_MESSAGE_NOTIFY, str); + msn_switchboard_report_user(swboard, PURPLE_MESSAGE_SYSTEM, str); g_free(str); }