[Zope-CVS] CVS: Packages/Moztop/moztop/content/messages - logmessagesoverlay.xul:1.2

Paul Everitt paul@zope.com
Thu, 3 Apr 2003 04:02:07 -0500


Update of /cvs-repository/Packages/Moztop/moztop/content/messages
In directory cvs.zope.org:/tmp/cvs-serv25398/messages

Modified Files:
	logmessagesoverlay.xul 
Log Message:
Fixed reload and also displaying log messages.  Both moved to 
use dont-build-content on the tree, which changes the way 
you access content in the tree.

Note that many operations don't collapse and the tree like they 
used to.  Also, restarting mozilla puts the tree in the correct 
state that it was previously, because of the move to 
dont-build-content.

refresh works much better.  It calls the .refresh method, instead 
of adding more (duplicate) datasources to the tree and doing a 
rebuild.

Still need to figure out the fix for delete.  I'll probably 
punt for now and reload the RDF, rather than making local 
assertions.


=== Packages/Moztop/moztop/content/messages/logmessagesoverlay.xul 1.1 => 1.2 ===
--- Packages/Moztop/moztop/content/messages/logmessagesoverlay.xul:1.1	Thu Mar 20 12:07:02 2003
+++ Packages/Moztop/moztop/content/messages/logmessagesoverlay.xul	Thu Apr  3 04:02:05 2003
@@ -6,6 +6,7 @@
 <tabpanel id="logmessages-panel" orient="vertical" flex="1">
 
 <tree id="logmessages-tree" flex="1" height="100"
+      flags="dont-build-content"
       ref="urn:moztop:logmessages" datasources="rdf:null" 
       ondblclick="logmanager.viewSelectedMessage();">
   <treecols>