diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-31 03:17:37 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-31 03:17:37 +0800 |
commit | 87e9353728c1115e7f60b1f7bb63e79723888907 (patch) | |
tree | 2c4ada4084c0a194dd6d00b83331890081cf3375 /ChangeLog | |
parent | c14d9b05d8aa0d3cff28d74376804036485646bd (diff) | |
download | gsoc2013-epiphany-87e9353728c1115e7f60b1f7bb63e79723888907.tar gsoc2013-epiphany-87e9353728c1115e7f60b1f7bb63e79723888907.tar.gz gsoc2013-epiphany-87e9353728c1115e7f60b1f7bb63e79723888907.tar.bz2 gsoc2013-epiphany-87e9353728c1115e7f60b1f7bb63e79723888907.tar.lz gsoc2013-epiphany-87e9353728c1115e7f60b1f7bb63e79723888907.tar.xz gsoc2013-epiphany-87e9353728c1115e7f60b1f7bb63e79723888907.tar.zst gsoc2013-epiphany-87e9353728c1115e7f60b1f7bb63e79723888907.zip |
Don't use BIND_LAZY when enabling debugging. That way we can find missing
2005-10-30 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-module.c: (ephy_module_load):
Don't use BIND_LAZY when enabling debugging. That way we can find
missing symbols in extensions more easily.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-10-30 Christian Persch <chpe@cvs.gnome.org> + + * lib/ephy-module.c: (ephy_module_load): + + Don't use BIND_LAZY when enabling debugging. That way we can find + missing symbols in extensions more easily. + 2005-10-30 Emmanuele Bassi <ebassi@cvs.gnome.org> * lib/ephy-glade.c: (glade_signal_connect_func): |