summaryrefslogtreecommitdiff
path: root/src/nautilus-application.c
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-11-04 02:07:34 +0000
committerDarin Adler <darin@src.gnome.org>2001-11-04 02:07:34 +0000
commitc910902230b9fbd86d714781d5f83c1daf17860c (patch)
tree3daad240b070cc3cb97ed410a058ce30a45bd736 /src/nautilus-application.c
parentbf638f0c25b604cad3846a18dba88e004dcfe236 (diff)
downloadnautilus-c910902230b9fbd86d714781d5f83c1daf17860c.tar.gz
Many files. Update for change in Eel boilerplate macro names.
* Many files. Update for change in Eel boilerplate macro names. * src/nautilus-application.c: (nautilus_application_startup): GtkObject -> GObject. * src/nautilus-shell.c: (nautilus_shell_class_init), (finalize), (nautilus_shell_new): GtkObject -> GObject.
Diffstat (limited to 'src/nautilus-application.c')
-rw-r--r--src/nautilus-application.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index 14f63eafb..56347c57f 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -95,9 +95,9 @@ static void update_session (gpointer cal
static void init_session (void);
static gboolean is_kdesktop_present (void);
-EEL_DEFINE_CLASS_BOILERPLATE (NautilusApplication,
- nautilus_application,
- BONOBO_GENERIC_FACTORY_TYPE)
+EEL_BONOBO_BOILERPLATE (NautilusApplication,
+ nautilus_application,
+ BONOBO_GENERIC_FACTORY_TYPE)
static CORBA_Object
create_object (PortableServer_Servant servant,
@@ -464,7 +464,7 @@ nautilus_application_startup (NautilusApplication *application,
/* Can't register myself due to trouble locating the
* Nautilus_Shell.server file. This has happened when you
* launch Nautilus with an LD_LIBRARY_PATH that
- * doesn't include the directory containg the oaf
+ * doesn't include the directory containing the oaf
* library. It could also happen if the
* Nautilus_Shell.server file was not present for some
* reason. Sometimes killing oafd and gconfd fixes