diff options
author | Christopher Blizzard <blizzard@redhat.com> | 2002-01-08 23:01:58 +0000 |
---|---|---|
committer | Christopher Blizzard <blizzard@src.gnome.org> | 2002-01-08 23:01:58 +0000 |
commit | 7fb3c39858ff13c553986bd7aa0180afbf1700fa (patch) | |
tree | 8ed4df3a55110146fa2099aee028ca79e0a6f931 /ChangeLog | |
parent | b4b791abccb98dcc04cc0dfe7f6415adcf4972f6 (diff) | |
download | nautilus-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-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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. |