Mercurial > pidgin.yaz
changeset 12979:78f8ef7f0f6d
[gaim-migrate @ 15332]
Did we really intend to remove idle times from tooltips when Buddies->Show Idle Times was turned off? I'm betting we didn't.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Sat, 21 Jan 2006 09:45:22 +0000 |
parents | 17901f14d46d |
children | b7fd4315ab79 |
files | src/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkblist.c Sat Jan 21 02:02:55 2006 +0000 +++ b/src/gtkblist.c Sat Jan 21 09:45:22 2006 +0000 @@ -2649,8 +2649,7 @@ } /* Idle */ - if (gaim_prefs_get_bool("/gaim/gtk/blist/show_idle_time") && - gaim_presence_is_idle(presence)) + if (gaim_presence_is_idle(presence)) { idle_secs = gaim_presence_get_idle_time(presence); if (idle_secs > 0)