Mercurial > pidgin.yaz
changeset 14332:af0d0e23b937
[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 <tailor@pidgin.im>
author | Aaron Sheldon <aaronsheldon> |
---|---|
date | Fri, 25 Aug 2006 07:02:17 +0000 |
parents | d29fc3b5d402 |
children | cf8d25072151 |
files | gtk/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 */