summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-11-08 20:58:59 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-11-08 20:59:05 +0100
commitfcb9cfc58a8e5cf5d863ec0d51e8be3c33539c97 (patch)
tree765303f00709462cf8d19b90a04df28dddd67921 /tools
parente395249032305ab24da05c89c8f549ad5887e2f7 (diff)
downloadmsitools-fcb9cfc58a8e5cf5d863ec0d51e8be3c33539c97.tar.gz
msitools-fcb9cfc58a8e5cf5d863ec0d51e8be3c33539c97.tar.xz
msitools-fcb9cfc58a8e5cf5d863ec0d51e8be3c33539c97.zip
wixl: remove fixme
Stable component id should now be working.
Diffstat (limited to 'tools')
-rw-r--r--tools/wixl/builder.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/wixl/builder.vala b/tools/wixl/builder.vala
index fbb3293..130cdf3 100644
--- a/tools/wixl/builder.vala
+++ b/tools/wixl/builder.vala
@@ -401,7 +401,6 @@ namespace Wixl {
var dir = get_directory (comp);
string uuid;
- // FIXME: stable uuid generation based on ns/dir/path
if (comp.Guid == "*")
uuid = uuid_from_name (comp.full_path (this));
else