diff options
author | Alexander Larsson <alexl@redhat.com> | 2008-10-17 09:47:30 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2008-10-17 09:47:30 +0000 |
commit | 778efbaa546a45a4170eb61ca4d1e4e1760abe51 (patch) | |
tree | f4f6f53079726adb86859f9bdb288613175250bf /ChangeLog | |
parent | f444e3e97096cd480cb3d86b3cc2e089a0826428 (diff) | |
download | nautilus-778efbaa546a45a4170eb61ca4d1e4e1760abe51.tar.gz |
Don't access NULL slot->viewed_file if its not been set yet.
2008-10-17 Alexander Larsson <alexl@redhat.com>
* src/nautilus-spatial-window.c:
(nautilus_spatial_window_save_scroll_position):
(nautilus_spatial_window_save_show_hidden_files_mode):
(real_window_close):
Don't access NULL slot->viewed_file if its not been set yet.
svn path=/trunk/; revision=14730
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-10-17 Alexander Larsson <alexl@redhat.com> + + * src/nautilus-spatial-window.c: + (nautilus_spatial_window_save_scroll_position): + (nautilus_spatial_window_save_show_hidden_files_mode): + (real_window_close): + Don't access NULL slot->viewed_file if its not been set yet. + 2008-10-13 Nelson Benítez León <nbenitez@svn.gnome.org> * libnautilus-private/nautilus-file-operations.c |