aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-11-05 02:53:06 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-11-05 02:53:06 +0800
commit1b0e240d97ff5cc89d5728aadba3852d521e56a5 (patch)
treec3e4329c2658bd90c4eaf125d87cca61dd6ca60c /shell/ChangeLog
parent735297df13cb2ef3279b7c3aed870f5c05f7e550 (diff)
downloadgsoc2013-evolution-1b0e240d97ff5cc89d5728aadba3852d521e56a5.tar
gsoc2013-evolution-1b0e240d97ff5cc89d5728aadba3852d521e56a5.tar.gz
gsoc2013-evolution-1b0e240d97ff5cc89d5728aadba3852d521e56a5.tar.bz2
gsoc2013-evolution-1b0e240d97ff5cc89d5728aadba3852d521e56a5.tar.lz
gsoc2013-evolution-1b0e240d97ff5cc89d5728aadba3852d521e56a5.tar.xz
gsoc2013-evolution-1b0e240d97ff5cc89d5728aadba3852d521e56a5.tar.zst
gsoc2013-evolution-1b0e240d97ff5cc89d5728aadba3852d521e56a5.zip
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
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 57328b9bdb..3b6b1f0969 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,16 @@
2002-11-04 Ettore Perazzoli <ettore@ximian.com>
+ * 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 <ettore@ximian.com>
+
* e-shell-folder-commands.c (e_shell_command_copy_folder): Pass
TRUE for arg allow_creation to
e_shell_folder_selection_dialog_new().