diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-29 22:27:52 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-29 22:27:52 +0800 |
commit | 3dcdf942d8325c81bc175b2b7876526860b762f0 (patch) | |
tree | 4ef46f377b8532a2b4b4bc8da488b0acd405290d /ChangeLog | |
parent | ba697048386d840a5af8a9a56f47b7e3bd4ead9e (diff) | |
download | gsoc2013-epiphany-3dcdf942d8325c81bc175b2b7876526860b762f0.tar gsoc2013-epiphany-3dcdf942d8325c81bc175b2b7876526860b762f0.tar.gz gsoc2013-epiphany-3dcdf942d8325c81bc175b2b7876526860b762f0.tar.bz2 gsoc2013-epiphany-3dcdf942d8325c81bc175b2b7876526860b762f0.tar.lz gsoc2013-epiphany-3dcdf942d8325c81bc175b2b7876526860b762f0.tar.xz gsoc2013-epiphany-3dcdf942d8325c81bc175b2b7876526860b762f0.tar.zst gsoc2013-epiphany-3dcdf942d8325c81bc175b2b7876526860b762f0.zip |
Use G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL when opening the extension
2005-10-29 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-module.c: (ephy_module_load):
Use G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL when opening
the extension module.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2005-10-29 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-module.c: (ephy_module_load): + + Use G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL when opening + the extension module. + +2005-10-29 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/ephy-spinner.c: (bump_spinner_frame_cb), (ephy_spinner_start): |