hal-info: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Sun Feb 1 02:49:07 PST 2009
fdi/information/10freedesktop/10-modem.fdi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6cb7ce8445831e73857657445c82251dc4e6630c
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Sun Feb 1 11:48:21 2009 +0100
use addset instead of append to add modem to info.capabilities
Use addset instead of append to add modem to info.capabilities.
diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 818fe3f..1a63fee 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -465,7 +465,7 @@
<!-- set common properties for all above matched modem devices -->
<match key="modem.command_sets" exists="true">
- <append key="info.capabilities" type="strlist">modem</append>
+ <addset key="info.capabilities" type="strlist">modem</addset>
</match>
</match>
More information about the hal-commit
mailing list