diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-07 04:22:11 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-07 04:22:11 +0800 |
commit | 61b3af5e540f5551d3be20926085f78809f177f6 (patch) | |
tree | b36a38ca5f4a749dfc56855560396fd332efc0b3 /shell/ChangeLog | |
parent | c57689ab416d4ad570ef199e34c1a72bf46bccaa (diff) | |
download | gsoc2013-evolution-61b3af5e540f5551d3be20926085f78809f177f6.tar.gz gsoc2013-evolution-61b3af5e540f5551d3be20926085f78809f177f6.tar.zst gsoc2013-evolution-61b3af5e540f5551d3be20926085f78809f177f6.zip |
Backported (from EVOLUTION_0_5_1) the code that allowed the shell to
display a warning message when a component's view died.
svn path=/trunk/; revision=5772
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7b1d425981..dedaf7188f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,14 @@ +2000-10-06 Ettore Perazzoli <ettore@helixcode.com> + + * e-shell-view.c: New member `sockets. + (init): Init to NULL. + (destroy): Free. Also, disconnect the "destroy" signal from them + before the controls get destroyed. + (find_socket): New function. [Thanks Dan.] + (socket_destroy_cb): New callback for the destruction of a socket. + (get_control_for_uri): Get the socket through `find_socket()' and + connect the "destroy" signal to `socket_destroy_cb'. + 2000-10-06 Chris Toshok <toshok@helixcode.com> * e-storage-set-view.c (insert_storages): call |