[631] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r732 - / trunk/owl/perl/lib/BarnOwl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:08:08 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Fri, 29 Jun 2007 18:53:06 -0400 (EDT)

Author: nelhage
Date: 2007-06-29 18:52:33 -0400 (Fri, 29 Jun 2007)
New Revision: 732

Modified:
   /
   trunk/owl/perl/lib/BarnOwl/ModuleLoader.pm
Log:
 r22016@phanatique:  nelhage | 2007-06-08 19:17:22 -0400
 Clearing all the hooks before we reload



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24493
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/barnowl:22012
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h:18636
   + 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24493
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/barnowl:22016
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h:18636

Modified: trunk/owl/perl/lib/BarnOwl/ModuleLoader.pm
===================================================================
--- trunk/owl/perl/lib/BarnOwl/ModuleLoader.pm	2007-06-08 21:25:36 UTC (rev 731)
+++ trunk/owl/perl/lib/BarnOwl/ModuleLoader.pm	2007-06-29 22:52:33 UTC (rev 732)
@@ -58,6 +58,10 @@
                          BarnOwl/Message.pm BarnOwl/Style.pm));
 
     $BarnOwl::Hooks::startup->clear;
+    $BarnOwl::Hooks::getBuddyList->clear;
+    $BarnOwl::Hooks::mainLoop->clear;
+    $BarnOwl::Hooks::shutdown->clear;
+    $BarnOwl::Hooks::receiveMessage->clear;
     local $SIG{__WARN__} = \&squelch_redefine;
     $class->load_all;
     $BarnOwl::Hooks::startup->run(1);


home help back first fref pref prev next nref lref last post