summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2009-01-28 02:08:09 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2009-01-28 02:08:09 +0000
commit69ae9e4a9d5774d19434ad7c762180639cc4ed08 (patch)
treee7d72928a0b67588e2ce0f37cf16e481bf0804fc /ChangeLog
parent1381f6d5f2e84820bd639d245320ddd0dbcb1e60 (diff)
downloadmetacity-69ae9e4a9d5774d19434ad7c762180639cc4ed08.tar.gz
Free name of old theme when new theme is loaded.
* src/core/prefs.c: Free name of old theme when new theme is loaded. svn path=/trunk/; revision=4094
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8d60d22..6642c241 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-01-27 Matthias Claesen <mclasen@redhat.com>
+ * src/core/prefs.c: Free name of old theme when new theme
+ is loaded.
+
+2009-01-27 Matthias Claesen <mclasen@redhat.com>
+
* src/ui/ui.c: free the result of gdk_text_property_to_utf8_list()
even when it returns no data.