projects
/
potlatch2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4f9bd09
)
Bugfix - clear out tags before appending, to handle refreshing the trace data from...
author
Andy Allan
<andy@gravitystorm.co.uk>
Sat, 24 Mar 2012 18:09:09 +0000
(18:09 +0000)
committer
Andy Allan
<andy@gravitystorm.co.uk>
Sat, 24 Mar 2012 18:09:09 +0000
(18:09 +0000)
net/systemeD/halcyon/connection/Trace.as
patch
|
blob
|
history
diff --git
a/net/systemeD/halcyon/connection/Trace.as
b/net/systemeD/halcyon/connection/Trace.as
index d3bc0f2d8cb8f6bd325679d2040a6b70b921973e..bf785de8952f0b559240d281f8841c17d1cd364d 100644
(file)
--- a/
net/systemeD/halcyon/connection/Trace.as
+++ b/
net/systemeD/halcyon/connection/Trace.as
@@
-46,6
+46,7
@@
package net.systemeD.halcyon.connection {
_id = Number(xml.@id);
_filename = xml.@name;
_description = xml.description;
_id = Number(xml.@id);
_filename = xml.@name;
_description = xml.description;
+ tags = [];
for each(var tag:XML in xml.tag) {
tags.push(String(tag));
}
for each(var tag:XML in xml.tag) {
tags.push(String(tag));
}