gaim/gaim

77307d28fc62
Parents 0495cca75e6f
Children 9488bb275829
This fixes a little thingy with the notification plugin that warren
ran into. It's actually a fix from warren, too. Go warren.
--- a/plugins/notify.c Wed Jun 08 21:34:13 2005 -0400
+++ b/plugins/notify.c Wed Jun 08 21:52:41 2005 -0400
@@ -152,8 +152,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++;