[475] in BarnOwl Developers
[D-O-H] r604 - trunk/owl
daemon@ATHENA.MIT.EDU (asedeno@MIT.EDU)
Thu Oct 29 18:06:35 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: asedeno@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Sun, 11 Feb 2007 00:31:34 -0500 (EST)
Author: asedeno
Date: 2007-02-11 00:31:33 -0500 (Sun, 11 Feb 2007)
New Revision: 604
Modified:
trunk/owl/owl.c
Log:
Process ~/.owl/startup after the welcome message is displayed, so
jabberlogin in startup doesn't precede the welcome message.
Modified: trunk/owl/owl.c
===================================================================
--- trunk/owl/owl.c 2007-02-11 05:11:10 UTC (rev 603)
+++ trunk/owl/owl.c 2007-02-11 05:31:33 UTC (rev 604)
@@ -334,10 +334,6 @@
perlout = owl_perlconfig_execute("BarnOwl::Hooks::startup();");
if (perlout) owl_free(perlout);
- /* process the startup file */
- owl_function_debugmsg("startup: processing startup file");
- owl_function_source(NULL);
-
/* hold on to the window names for convenience */
msgwin=owl_global_get_curs_msgwin(&g);
recwin=owl_global_get_curs_recwin(&g);
@@ -360,6 +356,10 @@
owl_function_adminmsg("", startupmsg);
sepbar(NULL);
+ /* process the startup file */
+ owl_function_debugmsg("startup: processing startup file");
+ owl_function_source(NULL);
+
wrefresh(sepwin);
/* load zephyr subs */