# HG changeset patch # User Aaron Sheldon # Date 1156489337 0 # Node ID af0d0e23b9375686161a071a6c971e6beae1db0c # Parent d29fc3b5d402399c0a8e0db3d02318d62d756bca [gaim-migrate @ 17028] A user can already manipulate the tabs of a GTK conversation without focus with the mouse wheel, and can scroll up and down and read a conversation without focus. With these lines removed, the user can now also change a conversation from "read" to "unread" despite not having focused the window, merely with his mouse. committer: Tailor Script diff -r d29fc3b5d402 -r af0d0e23b937 gtk/gtkconv.c --- 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 */