From 61b3af5e540f5551d3be20926085f78809f177f6 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 6 Oct 2000 20:22:11 +0000 Subject: 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 --- shell/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'shell/ChangeLog') 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 + + * 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 * e-storage-set-view.c (insert_storages): call -- cgit