summaryrefslogtreecommitdiff
path: root/applets/preferences-applet/nautilus-preferences-applet.c
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-10-28 20:21:52 +0000
committerDarin Adler <darin@src.gnome.org>2001-10-28 20:21:52 +0000
commit5abcc1995419a91bebe2e42a5218a374e36533c3 (patch)
tree2f6c9699dc992039a973b0bd058aebfa2d820669 /applets/preferences-applet/nautilus-preferences-applet.c
parentb36a91ca55636af4137615a88c6e70a6dffe7802 (diff)
downloadnautilus-5abcc1995419a91bebe2e42a5218a374e36533c3.tar.gz
More GNOME 2 work. We now compile up to libnautilus-private and I'm
* Lots of files: More GNOME 2 work. We now compile up to libnautilus-private and I'm working my way through the files in there. Also changed all the initialize_class and initialize to class_init and init.
Diffstat (limited to 'applets/preferences-applet/nautilus-preferences-applet.c')
-rw-r--r--applets/preferences-applet/nautilus-preferences-applet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/preferences-applet/nautilus-preferences-applet.c b/applets/preferences-applet/nautilus-preferences-applet.c
index e8c630410..6cf16fef8 100644
--- a/applets/preferences-applet/nautilus-preferences-applet.c
+++ b/applets/preferences-applet/nautilus-preferences-applet.c
@@ -212,7 +212,7 @@ main (int argc, char **argv)
exit (1);
}
- nautilus_global_preferences_initialize ();
+ nautilus_global_preferences_init ();
main_hbox = gtk_hbox_new (FALSE, 1);