diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-12 13:23:47 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-12 13:23:47 +0800 |
commit | ac07e6a338f1dba0a4c5a5d044bb58b01e82a211 (patch) | |
tree | b96fd3eea4ace8b534f0bc3404a52117dd990db6 /shell/ChangeLog | |
parent | e7ea6195482eac08a8ea3239e7751592324791ef (diff) | |
download | gsoc2013-evolution-ac07e6a338f1dba0a4c5a5d044bb58b01e82a211.tar.gz gsoc2013-evolution-ac07e6a338f1dba0a4c5a5d044bb58b01e82a211.tar.zst gsoc2013-evolution-ac07e6a338f1dba0a4c5a5d044bb58b01e82a211.zip |
[Hopefully really, finally fix #8615 and friends.]
* main.c (no_views_left_cb): Invoke `e_shell_disconnect_db()'
before unreffing the shell.
* e-shell.c (e_shell_disconnect_db): New.
(destroy): Call it instead of unreffing the db manually here.
svn path=/trunk/; revision=13616
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 eadbc94421..fc8579b7b4 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,15 @@ 2001-10-12 Ettore Perazzoli <ettore@ximian.com> + [Hopefully really fix #8615 and friends.] + + * main.c (no_views_left_cb): Invoke `e_shell_disconnect_db()' + before unreffing the shell. + + * e-shell.c (e_shell_disconnect_db): New. + (destroy): Call it instead of unreffing the db manually here. + +2001-10-12 Ettore Perazzoli <ettore@ximian.com> + * e-shell-folder-commands.c (folder_selection_dialog_folder_selected_callback): Don't free the folder_command_data here. It is supposed to be freed in the async |