aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-wizard.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-01-14 02:51:39 +0800
committerDan Winship <danw@src.gnome.org>2003-01-14 02:51:39 +0800
commit092ccc49c41a41cb3b395750d3a0b0a201f72151 (patch)
tree9df48d4c79bee096427cffdcb102d9fced6998f5 /shell/evolution-wizard.c
parentefa11b778153e179c7739e6fe8ed7622f0fdfe27 (diff)
downloadgsoc2013-evolution-092ccc49c41a41cb3b395750d3a0b0a201f72151.tar
gsoc2013-evolution-092ccc49c41a41cb3b395750d3a0b0a201f72151.tar.gz
gsoc2013-evolution-092ccc49c41a41cb3b395750d3a0b0a201f72151.tar.bz2
gsoc2013-evolution-092ccc49c41a41cb3b395750d3a0b0a201f72151.tar.lz
gsoc2013-evolution-092ccc49c41a41cb3b395750d3a0b0a201f72151.tar.xz
gsoc2013-evolution-092ccc49c41a41cb3b395750d3a0b0a201f72151.tar.zst
gsoc2013-evolution-092ccc49c41a41cb3b395750d3a0b0a201f72151.zip
s/BonoboXObject/BonoboObject/ (for BONOBO_DISABLE_DEPRECATED)
* s/BonoboXObject/BonoboObject/ (for BONOBO_DISABLE_DEPRECATED) svn path=/trunk/; revision=19427
Diffstat (limited to 'shell/evolution-wizard.c')
-rw-r--r--shell/evolution-wizard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/evolution-wizard.c b/shell/evolution-wizard.c
index ed036a9ab5..2e197517c7 100644
--- a/shell/evolution-wizard.c
+++ b/shell/evolution-wizard.c
@@ -56,7 +56,7 @@ enum {
LAST_SIGNAL
};
-#define PARENT_TYPE BONOBO_X_OBJECT_TYPE
+#define PARENT_TYPE BONOBO_OBJECT_TYPE
static GtkObjectClass *parent_class;
static guint32 signals[LAST_SIGNAL] = { 0 };
@@ -258,8 +258,8 @@ evolution_wizard_init (EvolutionWizard *wizard)
wizard->priv = g_new0 (EvolutionWizardPrivate, 1);
}
-BONOBO_X_TYPE_FUNC_FULL (EvolutionWizard, GNOME_Evolution_Wizard,
- PARENT_TYPE, evolution_wizard);
+BONOBO_TYPE_FUNC_FULL (EvolutionWizard, GNOME_Evolution_Wizard,
+ PARENT_TYPE, evolution_wizard);
EvolutionWizard *
evolution_wizard_construct (EvolutionWizard *wizard,