[msitools] wixl: default actions can have a condition
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [msitools] wixl: default actions can have a condition
- Date: Thu, 24 Jan 2013 22:51:19 +0000 (UTC)
commit 605ffb087e776bb58ccdc378b220f8323d7affc4
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date: Thu Jan 24 23:46:18 2013 +0100
wixl: default actions can have a condition
tools/wixl/msi.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tools/wixl/msi.vala b/tools/wixl/msi.vala
index 8363364..5174d09 100644
--- a/tools/wixl/msi.vala
+++ b/tools/wixl/msi.vala
@@ -166,6 +166,7 @@ namespace Wixl {
actions.insert (default.name, seq);
seq.name = default.name;
seq.sequence = default.sequence;
+ seq.condition = default.condition;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]