Changeset 9cd7e6a


Ignore:
Timestamp:
Mar 29, 2009, 8:21:32 AM (15 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
owl
Children:
fa00c5c
Parents:
c34d788
Message:
Do one owl_zephyr_process_events before the main loop to be sure to
   receive your own login message.
Don't do the old aim event procesing each time through the loop.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    rdab82f29 r9cd7e6a  
    430430  nexttime=time(NULL);
    431431
     432  owl_zephyr_process_events(NULL);
    432433  owl_function_debugmsg("startup: entering main loop");
    433434  /* main loop */
     
    447448    /* Do AIM stuff */
    448449    if (owl_global_is_doaimevents(&g)) {
    449       owl_aim_process_events();
     450      /* owl_aim_process_events(); */
    450451
    451452      if (owl_global_is_aimloggedin(&g)) {
Note: See TracChangeset for help on using the changeset viewer.