diff -r 92b924aee486 -r 8d8c654bf34d plugins/notify.c --- a/plugins/notify.c Thu Jun 09 01:41:20 2005 +0000 +++ b/plugins/notify.c Thu Jun 09 02:06:54 2005 +0000 @@ -179,8 +179,7 @@ "has-toplevel-focus", &has_focus, NULL); if (gaim_prefs_get_bool("/plugins/gtk/X11/notify/type_focused") || - !has_focus || - gaim_conv_window_get_active_conversation(gaimwin) != conv) { + !has_focus) { if (increment) { count = GPOINTER_TO_INT(gaim_conversation_get_data(conv, "notify-message-count")); count++;