aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-10-26 03:19:13 +0800
committerChristian Persch <chpe@src.gnome.org>2004-10-26 03:19:13 +0800
commitedd48d92ae634d1b32269ddb1d2b3152eb800169 (patch)
tree6e065fb9b6e4bc023b5e62376fe74d8cc0de7623 /ChangeLog
parentda7d0959009b472233de886affce4ed9a81b2475 (diff)
downloadgsoc2013-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14bb48a91..84ce40e18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):