diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-10-26 03:19:13 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-10-26 03:19:13 +0800 |
commit | edd48d92ae634d1b32269ddb1d2b3152eb800169 (patch) | |
tree | 6e065fb9b6e4bc023b5e62376fe74d8cc0de7623 /ChangeLog | |
parent | da7d0959009b472233de886affce4ed9a81b2475 (diff) | |
download | gsoc2013-epiphany-edd48d92ae634d1b32269ddb1d2b3152eb800169.tar gsoc2013-epiphany-edd48d92ae634d1b32269ddb1d2b3152eb800169.tar.gz gsoc2013-epiphany-edd48d92ae634d1b32269ddb1d2b3152eb800169.tar.bz2 gsoc2013-epiphany-edd48d92ae634d1b32269ddb1d2b3152eb800169.tar.lz gsoc2013-epiphany-edd48d92ae634d1b32269ddb1d2b3152eb800169.tar.xz gsoc2013-epiphany-edd48d92ae634d1b32269ddb1d2b3152eb800169.tar.zst gsoc2013-epiphany-edd48d92ae634d1b32269ddb1d2b3152eb800169.zip |
De-couple instantiation and initialisation of the extensions manager.
2004-10-25 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-extensions-manager.c: (ephy_extensions_manager_init),
(ephy_extensions_manager_startup):
* src/ephy-extensions-manager.h:
* src/ephy-shell.c: (ephy_shell_get_extensions_manager):
De-couple instantiation and initialisation of the extensions manager.
Fixes double-instance and weirdness and double-type-registration
on startup when extensions use the session in their instance_init.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2004-10-25 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-extensions-manager.c: (ephy_extensions_manager_init), + (ephy_extensions_manager_startup): + * src/ephy-extensions-manager.h: + * src/ephy-shell.c: (ephy_shell_get_extensions_manager): + + De-couple instantiation and initialisation of the extensions manager. + Fixes double-instance and weirdness and double-type-registration + on startup when extensions use the session in their instance_init. + +2004-10-25 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.c: (ephy_notebook_remove_tab): * src/ephy-window.c: (ephy_window_get_active_tab): |