diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-05-06 19:08:45 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-05-06 19:08:45 +0800 |
commit | 0844abeea1ba193d4c9aa9afdbd9aaddba459d17 (patch) | |
tree | 66bac3ea6730f272ee3429b3fd75e5e15d994829 /ChangeLog | |
parent | 9902a5b9f55a904589bc7651722445d1bde3a2ef (diff) | |
download | gsoc2013-epiphany-0844abeea1ba193d4c9aa9afdbd9aaddba459d17.tar gsoc2013-epiphany-0844abeea1ba193d4c9aa9afdbd9aaddba459d17.tar.gz gsoc2013-epiphany-0844abeea1ba193d4c9aa9afdbd9aaddba459d17.tar.bz2 gsoc2013-epiphany-0844abeea1ba193d4c9aa9afdbd9aaddba459d17.tar.lz gsoc2013-epiphany-0844abeea1ba193d4c9aa9afdbd9aaddba459d17.tar.xz gsoc2013-epiphany-0844abeea1ba193d4c9aa9afdbd9aaddba459d17.tar.zst gsoc2013-epiphany-0844abeea1ba193d4c9aa9afdbd9aaddba459d17.zip |
Remove proxy prefs initialization. Now we call the gconf notifier on
2003-05-06 Marco Pesenti Gritti <marco@it.gnome.org>
* embed/mozilla/mozilla-embed-single.cpp:
Remove proxy prefs initialization. Now we call the gconf
notifier on startup for all mozilla prefs, so it should
be no more necessary.
* embed/mozilla/mozilla-notifiers.cpp:
Fix a nice infinite loop with EmbedSingle being shell_get from
his _init. General cleanup of that code. Galeon1 code is so messy :/
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2003-05-06 Marco Pesenti Gritti <marco@it.gnome.org> + + * embed/mozilla/mozilla-embed-single.cpp: + + Remove proxy prefs initialization. Now we call the gconf + notifier on startup for all mozilla prefs, so it should + be no more necessary. + + * embed/mozilla/mozilla-notifiers.cpp: + + Fix a nice infinite loop with EmbedSingle being shell_get from + his _init. General cleanup of that code. Galeon1 code is so messy :/ + 2003-05-04 Osma Ahvenlampi <oa@iki.fi> * src/bookmarks/ephy-bookmarks.c: |