diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index ea482e762e..560fbd5db0 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,15 @@ 2001-08-24 Ettore Perazzoli <ettore@ximian.com> + * e-storage-set-view.c: Change the `selected_row_path' to be + non-const. + (destroy): Free it. + (e_storage_set_view_set_current_folder): Set the selected_row_path + to be this path. + (tree_drag_begin): Free the selected_row_path and strdup() the + value we assign. + +2001-08-24 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c (e_shell_view_remove_control_for_uri): Ooops. Save the pointer to the control for use after the view struct is freed. |