Mercurial > pidgin
changeset 18022:b1e453e4e62a
Change "properly" to "better" in the description of the second-granularity
timers. I think "properly" makes it sound like something was wrong, rather
than not taking advantage of a new feature in glib.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 28 May 2007 08:10:38 +0000 |
parents | f556e8c269b0 |
children | 2188c95d0311 |
files | ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon May 28 08:09:02 2007 +0000 +++ b/ChangeLog Mon May 28 08:10:38 2007 +0000 @@ -5,7 +5,7 @@ * Core changes to allow UIs to use second-granularity for scheduling. Pidgin and Finch, which use the glib event loop, were changed to use g_timeout_add_seconds() on glib >= 2.14 when possible. This allows - glib to properly group our longer timers to increase power efficiency. + glib to better group our longer timers to increase power efficiency. (Arjan van de Ven with Intel Corporation) Pidgin: