Changeset 212764e


Ignore:
Timestamp:
Jan 18, 2007, 7:09:12 PM (17 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
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)
Message:
Run ~/.owl/startup *after* loading perl, so you can jabberlogin,
etc. from within it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    rfa86732 r212764e  
    301301  owl_aim_init();
    302302
    303   /* process the startup file */
    304   owl_function_debugmsg("startup: processing startup file");
    305   owl_function_source(NULL);
    306 
    307303  /* read the config file */
    308304  owl_function_debugmsg("startup: processing config file");
     
    334330  perlout = owl_perlconfig_execute("BarnOwl::Hooks::startup();");
    335331  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
    337337  /* hold on to the window names for convenience */
    338338  msgwin=owl_global_get_curs_msgwin(&g);
Note: See TracChangeset for help on using the changeset viewer.