Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2009-01-16 09:39:17 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-01-16 09:39:17 (GMT)
commit93c67e6f3562e68c04c9b08a97cb9a755d7a1782 (patch)
tree1f285f06ac276257f67d002c4b4ddc11068c1a6e /ChangeLog
parent1dc6244c5eadd12ddaea244332699d8f9e59dd79 (diff)
Check for localtime_r. See bug #339172.
2009-01-16 Hib Eris <hib@hiberis.nl> * configure.ac: * properties/ev-properties-view.c: (ev_properties_view_format_date): Check for localtime_r. See bug #339172. svn path=/trunk/; revision=3339
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2455dad..0ac4a7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-01-16 Hib Eris <hib@hiberis.nl>
+ * configure.ac:
+ * properties/ev-properties-view.c:
+ (ev_properties_view_format_date):
+
+ Check for localtime_r. See bug #339172.
+
+2009-01-16 Hib Eris <hib@hiberis.nl>
+
* shell/main.c:
Include gdkx only for dbus support. See bug #339172.