From 1b0e240d97ff5cc89d5728aadba3852d521e56a5 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 4 Nov 2002 18:53:06 +0000 Subject: Removed. (impl_finalize): New. (class_init): Install finalize handler, not * e-shell-about-box.c (impl_destroy): Removed. (impl_finalize): New. (class_init): Install finalize handler, not destroy. * e-shell-view-menu.c (command_about_box): Use a GtkWindow again. Set the GTK_WINDOW_TYPE_HINT_DIALOG hint. * e-shell-about-box.c (e_shell_about_box_construct): Removed. svn path=/trunk/; revision=18534 --- shell/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 57328b9bdb..3b6b1f0969 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,14 @@ +2002-11-04 Ettore Perazzoli + + * e-shell-about-box.c (impl_destroy): Removed. + (impl_finalize): New. + (class_init): Install finalize handler, not destroy. + + * e-shell-view-menu.c (command_about_box): Use a GtkWindow again. + Set the GTK_WINDOW_TYPE_HINT_DIALOG hint. + + * e-shell-about-box.c (e_shell_about_box_construct): Removed. + 2002-11-04 Ettore Perazzoli * e-shell-folder-commands.c (e_shell_command_copy_folder): Pass -- cgit