summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-05-30 04:52:12 +0000
committerHavoc Pennington <hp@src.gnome.org>2003-05-30 04:52:12 +0000
commit051e404d09059b5bf5193846750ae2b913aa13df (patch)
tree01093d422ea4088805a0a77fe288aa26c8d0d9f0 /ChangeLog
parentd1a853557b06c49b5d0f187e41b0455b458b715b (diff)
downloadmetacity-051e404d09059b5bf5193846750ae2b913aa13df.tar.gz
s/int/gsize/ for g_file_get_contents() (found independently by
2003-05-29 Havoc Pennington <hp@redhat.com> * src/theme-parser.c (meta_theme_load): s/int/gsize/ for g_file_get_contents() (found independently by marcus@freebsd.org on SPARC and James Laska on s390x; #113661 * src/main.c (main): fix theme location mentioned in error message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7764c06..47050840 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-05-29 Havoc Pennington <hp@redhat.com>
+
+ * src/theme-parser.c (meta_theme_load): s/int/gsize/ for
+ g_file_get_contents() (found independently by
+ marcus@freebsd.org on SPARC and James Laska on s390x;
+ #113661
+
+ * src/main.c (main): fix theme location mentioned in error message
+
2003-05-29 Ray Strode <halfline@hawaii.rr.com>
Get and use double-click speed from GtkSettings (Bug #103218).