summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristopher Blizzard <blizzard@redhat.com>2002-01-08 23:01:58 +0000
committerChristopher Blizzard <blizzard@src.gnome.org>2002-01-08 23:01:58 +0000
commit7fb3c39858ff13c553986bd7aa0180afbf1700fa (patch)
tree8ed4df3a55110146fa2099aee028ca79e0a6f931 /ChangeLog
parentb4b791abccb98dcc04cc0dfe7f6415adcf4972f6 (diff)
downloadnautilus-7fb3c39858ff13c553986bd7aa0180afbf1700fa.tar.gz
Removed function - moved to main.c.
2002-01-08 Christopher Blizzard <blizzard@redhat.com> * components/mozilla/nautilus-mozilla-content-view.c (pre_widget_initialize): Removed function - moved to main.c. * components/mozilla/nautilus-mozilla-content-view.c (nautilus_mozilla_content_view_initialize_class): Removed call to pre_widget_initialize. * components/mozilla/main.c (set_up_mozilla_profile): New function that initializes the mozilla profile information. * components/mozilla/main.c (main): Call set_up_mozilla_profile before any embedded widget initialization is done.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db6a6805a..fada533c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2002-01-08 Christopher Blizzard <blizzard@redhat.com>
+
+ * components/mozilla/nautilus-mozilla-content-view.c
+ (pre_widget_initialize): Removed function - moved to main.c.
+
+ * components/mozilla/nautilus-mozilla-content-view.c
+ (nautilus_mozilla_content_view_initialize_class): Removed call to
+ pre_widget_initialize.
+
+ * components/mozilla/main.c (set_up_mozilla_profile): New function
+ that initializes the mozilla profile information.
+
+ * components/mozilla/main.c (main): Call set_up_mozilla_profile
+ before any embedded widget initialization is done.
+
2002-01-07 Darin Adler <darin@bentspoon.com>
* configure.in: Removed the gnome-configuration directory.