gtk/gtkconv.c

changeset 14394
4d1eef1fc389
parent 14290
f20819ff8d86
child 14432
3710852cdab5
--- a/gtk/gtkconv.c	Fri Aug 25 02:13:32 2006 +0000
+++ b/gtk/gtkconv.c	Fri Aug 25 07:02:17 2006 +0000
@@ -7352,11 +7352,7 @@
 
 	g_return_if_fail(conv != NULL);
 
-	/*
-	 * Only set "unseen" to "none" if the window has focus
-	 */
-	if (gaim_gtk_conv_window_has_focus(win))
-		gtkconv_set_unseen(gtkconv, GAIM_UNSEEN_NONE);
+	gtkconv_set_unseen(gtkconv, GAIM_UNSEEN_NONE);
 
 	/* Update the menubar */
 

mercurial