Changeset 16138b0


Ignore:
Timestamp:
Feb 12, 2007, 10:04:13 PM (17 years ago)
Author:
Alejandro R. Sedeño <asedeno@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:
38d70f3
Parents:
93e883d
Message:
Getting rid of bogus warnings about mainloop_hook.
Fixing a typo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perlwrap.pm

    r467aa16 r16138b0  
    324324  {
    325325      local $reload = 1;
    326       BarnOwl::mainloop_hook();
     326      BarnOwl::mainloop_hook() if *BarnOwl::mainloop_hook{CODE};
    327327  }
    328    
     328
    329329  @BarnOwl::Hooks::onMainLoop = ();
    330330  @BarnOwl::Hooks::onStartSubs = ();
     
    431431{
    432432    runHook(\@onMainLoop);
    433     BarnOwl::mainlook_hook() if *BarnOwl::mainloop_hook{CODE};
     433    BarnOwl::mainloop_hook() if *BarnOwl::mainloop_hook{CODE};
    434434}
    435435
Note: See TracChangeset for help on using the changeset viewer.