From 00c81d309184a49f6e711c4ce0b61ae8f94b42ae Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 13 Nov 2003 14:02:26 +0000 Subject: First stab at reorganizing initialization. Fix crashes when launching an 2003-11-13 Marco Pesenti Gritti * idl/EphyAutomation.idl: * src/ephy-automation.c: (ephy_automation_factory_cb), (ephy_automation_factory_new), (impl_ephy_automation_loadurl): * src/ephy-automation.h: * src/ephy-main.c: (shell_weak_notify), (main): * src/ephy-shell.c: (ephy_shell_error_quark), (ephy_shell_init), (init_services), (open_urls), (ephy_shell_startup), (ephy_shell_finalize), (ephy_shell_new): * src/ephy-shell.h: First stab at reorganizing initialization. Fix crashes when launching an epiphany instance while another once is still not initialized completely. It still doesnt open the second session correctly though. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3b58bb624..0d960b6cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2003-11-13 Marco Pesenti Gritti + + * idl/EphyAutomation.idl: + * src/ephy-automation.c: (ephy_automation_factory_cb), + (ephy_automation_factory_new), (impl_ephy_automation_loadurl): + * src/ephy-automation.h: + * src/ephy-main.c: (shell_weak_notify), (main): + * src/ephy-shell.c: (ephy_shell_error_quark), (ephy_shell_init), + (init_services), (open_urls), (ephy_shell_startup), + (ephy_shell_finalize), (ephy_shell_new): + * src/ephy-shell.h: + + First stab at reorganizing initialization. + Fix crashes when launching an epiphany instance while + another once is still not initialized completely. It still + doesnt open the second session correctly though. + 2003-11-12 Marco Pesenti Gritti * embed/mozilla/mozilla-embed-single.cpp: -- cgit