summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-03-12 14:16:11 +0000
committerAlexander Larsson <alexl@src.gnome.org>2009-03-12 14:16:11 +0000
commit1a9d9b98af38d0aeab364e0be4a97a13556777c8 (patch)
tree8c148784d4e8b1fdeab845adb17abda1f7efb8e4 /ChangeLog
parent6dc846f2869a7d91b56e5ee44210e40be688d123 (diff)
downloadnautilus-1a9d9b98af38d0aeab364e0be4a97a13556777c8.tar.gz
Bug 550250 – nautilus crashed with SIGSEGV in
2009-03-12 Alexander Larsson <alexl@redhat.com> Bug 550250 – nautilus crashed with SIGSEGV in g_type_check_instance_cast() * libnautilus-private/nautilus-autorun.c: (nautilus_autorun_rebuild_combo_box): (nautilus_autorun_prepare_combo_box): Don't re-allocate data in nautilus_autorun_rebuild_combo_box(), as some places still refer to the old version. svn path=/trunk/; revision=15093
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0e1eb594..86e9ae198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2009-03-12 Alexander Larsson <alexl@redhat.com>
+ Bug 550250 – nautilus crashed with SIGSEGV in g_type_check_instance_cast()
+
+ * libnautilus-private/nautilus-autorun.c:
+ (nautilus_autorun_rebuild_combo_box):
+ (nautilus_autorun_prepare_combo_box):
+ Don't re-allocate data in nautilus_autorun_rebuild_combo_box(), as some
+ places still refer to the old version.
+
+2009-03-12 Alexander Larsson <alexl@redhat.com>
+
Bug 532725 – non-refreshing thumbnails: at 150% zoom
* libnautilus-private/nautilus-directory-async.c: