[Zope-CVS] CVS: Packages/Moztop/moztop/content - moztop.js:1.18 moztop.xul:1.13
Stephan Richter
srichter@cbu.edu
Sat, 15 Mar 2003 11:28:53 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content
In directory cvs.zope.org:/tmp/cvs-serv11326/moztop/content
Modified Files:
moztop.js moztop.xul
Log Message:
Cleaned up LogManager. Much more cleaning up needed, before I can see whats
going on.
=== Packages/Moztop/moztop/content/moztop.js 1.17 => 1.18 ===
--- Packages/Moztop/moztop/content/moztop.js:1.17 Sat Feb 15 06:02:00 2003
+++ Packages/Moztop/moztop/content/moztop.js Sat Mar 15 11:28:22 2003
@@ -26,8 +26,10 @@
/* Function that is executed when Moztop is started. */
function startProgram() {
initTaskList();
+ initLogManager();
+
/* We now have logmanger, let's use it */
- logmanager.addMessage("Initializing Explorer","moztop.js, startProgram","");
+ logmanager.addMessage("Initializing Explorer","moztop.js, startProgram");
initExplorer();
// var m = sitesmanager.moztopds.serializeToString();
// dump("\n" + m);
=== Packages/Moztop/moztop/content/moztop.xul 1.12 => 1.13 ===
--- Packages/Moztop/moztop/content/moztop.xul:1.12 Mon Mar 10 17:54:05 2003
+++ Packages/Moztop/moztop/content/moztop.xul Sat Mar 15 11:28:22 2003
@@ -31,6 +31,7 @@
<script type="application/x-javascript" src="rdfds.js"/>
<script type="application/x-javascript" src="global.js"/>
<script type="application/x-javascript" src="moztop.js"/>
+ <script type="application/x-javascript" src="StatusBar/LogManager.js"/>
<script type="application/x-javascript" src="StatusBar/TaskManager.js"/>
<commandset id="moztop-commands"/>