Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2008-12-19 23:57:11 +0300
committerMiguel de Icaza <miguel@gnome.org>2008-12-19 23:57:11 +0300
commit94fbee2c692aee85ae5db21ed0e9ee25fccf5fb4 (patch)
tree6e1686860d2eca9e59253c9f19371a2fea8844cb /webcompare
parent15c77f311fa430004010b2d3f455165b358fbeae (diff)
This makes the code generate a nullref, no idea why
svn path=/trunk/mono-tools/; revision=121888
Diffstat (limited to 'webcompare')
-rw-r--r--webcompare/status.aspx1
1 files changed, 0 insertions, 1 deletions
diff --git a/webcompare/status.aspx b/webcompare/status.aspx
index 6195b3ff..bfa7383f 100644
--- a/webcompare/status.aspx
+++ b/webcompare/status.aspx
@@ -131,7 +131,6 @@ public void Page_Load ()
//TreeNode tn = new TreeNode (n.name);
//TreeNode tn = new TreeNode ("<div class='ok'></div>" + n.name);
- tree.Nodes.Clear ();
TreeNode tn = new TreeNode (GetStatus (n), n.Name);
tn.SelectAction = TreeNodeSelectAction.None;
tn.PopulateOnDemand = true;