summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2007-05-28 08:10:38 +0000
committerRichard Laager <rlaager@pidgin.im>2007-05-28 08:10:38 +0000
commit2e797dc5460ac80950e3190901c5372ab9c1d611 (patch)
treee6db882b083deded18bfa18e6e681369a180dd47 /ChangeLog
parent7cf3b4d08fa671ca369001d487b4822b5715412d (diff)
downloadpidgin-2e797dc5460ac80950e3190901c5372ab9c1d611.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b4b67dd68..b8007f0786 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ version 2.1.0 (??/??/????):
* 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: