aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-about-box.h
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/e-shell-about-box.h
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/e-shell-about-box.h')
-rw-r--r--shell/e-shell-about-box.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-shell-about-box.h b/shell/e-shell-about-box.h
index fc00c8e5e2..301120c190 100644
--- a/shell/e-shell-about-box.h
+++ b/shell/e-shell-about-box.h
@@ -53,7 +53,6 @@ struct _EShellAboutBoxClass {
GtkType e_shell_about_box_get_type (void);
-void e_shell_about_box_construct (EShellAboutBox *about_box);
GtkWidget *e_shell_about_box_new (void);
#ifdef __cplusplus