From 5abcc1995419a91bebe2e42a5218a374e36533c3 Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Sun, 28 Oct 2001 20:21:52 +0000 Subject: 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. --- applets/preferences-applet/nautilus-preferences-applet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/preferences-applet/nautilus-preferences-applet.c') 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); -- cgit v1.2.1