- Timestamp:
- Jan 18, 2007, 7:09:12 PM (18 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 8fa9562
- Parents:
- 1a9c761
- git-author:
- Nelson Elhage <nelhage@mit.edu> (01/18/07 19:09:07)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (01/18/07 19:09:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
rfa86732 r212764e 301 301 owl_aim_init(); 302 302 303 /* process the startup file */304 owl_function_debugmsg("startup: processing startup file");305 owl_function_source(NULL);306 307 303 /* read the config file */ 308 304 owl_function_debugmsg("startup: processing config file"); … … 334 330 perlout = owl_perlconfig_execute("BarnOwl::Hooks::startup();"); 335 331 if (perlout) owl_free(perlout); 336 332 333 /* process the startup file */ 334 owl_function_debugmsg("startup: processing startup file"); 335 owl_function_source(NULL); 336 337 337 /* hold on to the window names for convenience */ 338 338 msgwin=owl_global_get_curs_msgwin(&g);
Note: See TracChangeset
for help on using the changeset viewer.