diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2010-05-30 Daniel Elstner <danielk@openismus.com> + + Avoid compiler warning in TimeVal::as_double() + + * glib/glibmm/timeval.h (TimeVal::as_double): Cast long int operands + to double explicitly, to avoid a conversion warning due to possible + loss of precision. Reported by Alexander Shaduri, GNOME bug #617463. + 2010-05-28 José Alburquerque <jaalburqu@svn.gnome.org> Settings: Add [get|set]_strv(). |