diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-03 04:08:48 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-03 04:08:48 +0800 |
commit | bc6c3e50842dd5945f08bbf7cb6a405a5b269144 (patch) | |
tree | 6937e5e48b459f183992b2bea0e9287389785ca2 /shell/ChangeLog | |
parent | 9a96cbd58ed1f063c81af4bc2900ba6dce677ca3 (diff) | |
download | gsoc2013-evolution-bc6c3e50842dd5945f08bbf7cb6a405a5b269144.tar gsoc2013-evolution-bc6c3e50842dd5945f08bbf7cb6a405a5b269144.tar.gz gsoc2013-evolution-bc6c3e50842dd5945f08bbf7cb6a405a5b269144.tar.bz2 gsoc2013-evolution-bc6c3e50842dd5945f08bbf7cb6a405a5b269144.tar.lz gsoc2013-evolution-bc6c3e50842dd5945f08bbf7cb6a405a5b269144.tar.xz gsoc2013-evolution-bc6c3e50842dd5945f08bbf7cb6a405a5b269144.tar.zst gsoc2013-evolution-bc6c3e50842dd5945f08bbf7cb6a405a5b269144.zip |
Set the `set_folder_uri' to NULL when freeing it.
* e-shell-view.c (switch_on_folder_tree_click): Set the
`set_folder_uri' to NULL when freeing it.
* e-task-bar.c (e_task_bar_remove_task): Just destroy the widget.
No need to `gtk_container_remove()' it.
svn path=/trunk/; revision=11597
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 90b86cf29c..8f78ac8936 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2001-08-01 Ettore Perazzoli <ettore@ximian.com> + + * e-shell-view.c (switch_on_folder_tree_click): Set the + `set_folder_uri' to NULL when freeing it. + + * e-task-bar.c (e_task_bar_remove_task): Just destroy the widget. + No need to `gtk_container_remove()' it. + 2001-08-01 Jeffrey Stedfast <fejj@ximian.com> * e-shell-view-menu.c (command_new_folder): Do a NULL-check on |