# HG changeset patch # User Mark Doliner # Date 1118282814 0 # Node ID caaacfede4ae3459982c6bfaf383ed9cee1654a5 # Parent 58c1117f49527aeb93f9cab3b78044a0e8dd5da1 [gaim-migrate @ 12819] Um, head crashes for me, but I'm pretty sure it's just because my system is Mrs. Configured. committer: Tailor Script diff -r 58c1117f4952 -r caaacfede4ae 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++;