summaryrefslogtreecommitdiffstats
path: root/tools/wixl/wixl-heat.vala
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wixl/wixl-heat.vala')
-rw-r--r--tools/wixl/wixl-heat.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wixl/wixl-heat.vala b/tools/wixl/wixl-heat.vala
index 34ef6c1..ef426ec 100644
--- a/tools/wixl/wixl-heat.vala
+++ b/tools/wixl/wixl-heat.vala
@@ -95,7 +95,7 @@ public int main (string[] args) {
last_path = path;
if (!is_directory) {
- var id = generate_id ("cmp", 1, line);
+ var id = generate_id ("cmp", 1, file);
cmpref.append (id);
stdout.printf (indent + "<Component Id=\"%s\" Guid=\"*\">\n".printf (id));
file = sourcedir + Path.DIR_SEPARATOR_S + file;