diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-10 04:18:01 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-10 04:18:01 +0800 |
commit | 9da5b632dc8592ca953b86bd415002ab05f9f1b8 (patch) | |
tree | ffde1bb39f74d02cbd3076d28fe9422086d60bf1 /shell/ChangeLog | |
parent | 5d4acb77ef7a1f2de8fc0cc757a3355df1aa3a88 (diff) | |
download | gsoc2013-evolution-9da5b632dc8592ca953b86bd415002ab05f9f1b8.tar.gz gsoc2013-evolution-9da5b632dc8592ca953b86bd415002ab05f9f1b8.tar.zst gsoc2013-evolution-9da5b632dc8592ca953b86bd415002ab05f9f1b8.zip |
Fix a possible crash when viewing no folder.
svn path=/trunk/; revision=5292
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index b1f41c28b0..3c55f85063 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2000-09-09 Ettore Perazzoli <ettore@helixcode.com> + + * e-shell-view.c (update_for_current_uri): Make sure `folder_name' + is always dynamically allocated, as we `g_free()' it. + 2000-09-08 Lauris Kaplinski <lauris@helixcode.com> * e-shell-view.c (update_for_current_uri): Translate UTF-8 string |