diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-03-12 14:16:11 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2009-03-12 14:16:11 +0000 |
commit | 1a9d9b98af38d0aeab364e0be4a97a13556777c8 (patch) | |
tree | 8c148784d4e8b1fdeab845adb17abda1f7efb8e4 /ChangeLog | |
parent | 6dc846f2869a7d91b56e5ee44210e40be688d123 (diff) | |
download | nautilus-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |