[Zope-CVS] CVS: Packages/Moztop/moztop/content - moztop.js:1.23 moztop.xul:1.18
Stephan Richter
srichter@cbu.edu
Thu, 20 Mar 2003 11:04:50 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content
In directory cvs.zope.org:/tmp/cvs-serv2856
Modified Files:
moztop.js moztop.xul
Log Message:
Moved SitesManager to lib/sitesmanager.js
=== Packages/Moztop/moztop/content/moztop.js 1.22 => 1.23 ===
--- Packages/Moztop/moztop/content/moztop.js:1.22 Thu Mar 20 08:49:02 2003
+++ Packages/Moztop/moztop/content/moztop.js Thu Mar 20 11:04:19 2003
@@ -30,7 +30,7 @@
/* We now have logmanger, let's use it */
logmanager.addMessage("Initializing Explorer","moztop.js, startProgram");
initTaskManager();
- initExplorer();
+ initSitesManager();
}
/* Function that is executed when Moztop is started. */
=== Packages/Moztop/moztop/content/moztop.xul 1.17 => 1.18 ===
--- Packages/Moztop/moztop/content/moztop.xul:1.17 Thu Mar 20 10:11:22 2003
+++ Packages/Moztop/moztop/content/moztop.xul Thu Mar 20 11:04:19 2003
@@ -32,6 +32,7 @@
<script type="application/x-javascript" src="global.js"/>
<script type="application/x-javascript" src="moztop.js"/>
<script type="application/x-javascript" src="lib/logmanager.js"/>
+ <script type="application/x-javascript" src="lib/sitesmanager.js"/>
<script type="application/x-javascript" src="lib/taskmanager.js"/>
<commandset id="moztop-commands"/>