aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-automation.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor initialization/automation code. Now all the code used by theMarco Pesenti Gritti2003-09-241-4/+3
| | | | | | | | | | | | | | | 2003-09-23 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-automation.c: (ephy_automation_factory_new): * src/ephy-automation.h: * src/ephy-main.c: (main), (ephy_main_start): * src/ephy-shell.c: (ephy_shell_init), (ephy_shell_finalize): Refactor initialization/automation code. Now all the code used by the first instance is in ephy_shell, all the code used by other instances is in ephy_main. Unref the factory before quitting so we dont risk new automation object are created and used with a dead shell.
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-8/+8
|
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+52