Mercurial > pidgin.yaz
changeset 10984:caaacfede4ae
[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 <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 09 Jun 2005 02:06:54 +0000 |
parents | 58c1117f4952 |
children | c70082d525d2 |
files | plugins/notify.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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++;