diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-13 22:02:26 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-13 22:02:26 +0800 |
commit | 00c81d309184a49f6e711c4ce0b61ae8f94b42ae (patch) | |
tree | 0d390fb0948db063653c6da0e20d6a98d7094d96 | |
parent | f96998042311fdbe13591635b4861f6e9db7c230 (diff) | |
download | gsoc2013-epiphany-00c81d309184a49f6e711c4ce0b61ae8f94b42ae.tar gsoc2013-epiphany-00c81d309184a49f6e711c4ce0b61ae8f94b42ae.tar.gz gsoc2013-epiphany-00c81d309184a49f6e711c4ce0b61ae8f94b42ae.tar.bz2 gsoc2013-epiphany-00c81d309184a49f6e711c4ce0b61ae8f94b42ae.tar.lz gsoc2013-epiphany-00c81d309184a49f6e711c4ce0b61ae8f94b42ae.tar.xz gsoc2013-epiphany-00c81d309184a49f6e711c4ce0b61ae8f94b42ae.tar.zst gsoc2013-epiphany-00c81d309184a49f6e711c4ce0b61ae8f94b42ae.zip |
First stab at reorganizing initialization. Fix crashes when launching an
2003-11-13 Marco Pesenti Gritti <marco@gnome.org>
* 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.
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2003-11-13 Marco Pesenti Gritti <marco@gnome.org> + + * 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 <marco@gnome.org> * embed/mozilla/mozilla-embed-single.cpp: |