diff options
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 2beeff6f80..67027a5c15 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2000-09-01 Chris Toshok <toshok@helixcode.com> + + * e-storage-set-view.c (removed_folder_cb): free node_data. + (removed_storage_cb): same. + (new_storage_cb): don't free the path we put in the node's + node_data. + (e_storage_set_view_set_current_folder): remove calls to + set_cursor_row (-1), and clean up a little bit. + 2000-09-01 Christopher James Lahey <clahey@helixcode.com> * e-local-storage.c: Strdup path when setting the callback data. |