diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-04-08 05:42:56 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-04-08 05:42:56 +0800 |
commit | 59606c28498271b7e0d3734f9b094bee3fc10cf8 (patch) | |
tree | 3a1394611fd756784d32449927ccede0d8af6d15 /shell/ChangeLog | |
parent | c893285da76dca4a43ace7819964f09ce8802882 (diff) | |
download | gsoc2013-evolution-59606c28498271b7e0d3734f9b094bee3fc10cf8.tar gsoc2013-evolution-59606c28498271b7e0d3734f9b094bee3fc10cf8.tar.gz gsoc2013-evolution-59606c28498271b7e0d3734f9b094bee3fc10cf8.tar.bz2 gsoc2013-evolution-59606c28498271b7e0d3734f9b094bee3fc10cf8.tar.lz gsoc2013-evolution-59606c28498271b7e0d3734f9b094bee3fc10cf8.tar.xz gsoc2013-evolution-59606c28498271b7e0d3734f9b094bee3fc10cf8.tar.zst gsoc2013-evolution-59606c28498271b7e0d3734f9b094bee3fc10cf8.zip |
+ * folder-browser.c (folder_browser_destroy): Unref the shell
+ interface that we have a handle to.
+
+ * folder-browser-factory.c (control_destroy_cb): New function;
+ destroys a folder-browser when its control is destroyed.
+ (folder_browser_factory): Hook up to the above.
+
+ * e-shell-view.c (destroy_folder_view): New function;
+ Bonobo_Unknown_unref's the controls that have the views in them.
+ (esv_destroy): Calls the above for each folder_view in the
+ hashtable.
+ (get_view): unref the ServiceRepository interface of the control
+ when we're done with it.
+
svn path=/trunk/; revision=2333
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 232cea4f49..9c8e753ee1 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2000-04-07 Matt Loper <matt@helixcode.com> + + * e-shell-view.c (destroy_folder_view): New function; + Bonobo_Unknown_unref's the controls that have the views in them. + (esv_destroy): Calls the above for each folder_view in the + hashtable. + (get_view): unref the ServiceRepository interface of the control + when we're done with it. + 2000-04-06 Miguel de Icaza <miguel@gnu.org> * shell/e-shortcut.c (shell_icon_cb): Append a slash here. |