Mailinglist Archive: yast-commit (759 mails)
| < Previous | Next > |
[yast-commit] r45836 - /trunk/sound/sound/config/sound.rnc
- From: ug@xxxxxxxxxxxxxxxx
- Date: Fri, 28 Mar 2008 13:38:44 -0000
- Message-id: <20080328133844.A8D002A5E1@xxxxxxxxxxxxxxxx>
Author: ug
Date: Fri Mar 28 14:38:44 2008
New Revision: 45836
URL: http://svn.opensuse.org/viewcvs/yast?rev=45836&view=rev
Log:
rnc fix
Modified:
trunk/sound/sound/config/sound.rnc
Modified: trunk/sound/sound/config/sound.rnc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/sound/sound/config/sound.rnc?rev=45836&r1=45835&r2=45836&view=diff
==============================================================================
--- trunk/sound/sound/config/sound.rnc (original)
+++ trunk/sound/sound/config/sound.rnc Fri Mar 28 14:38:44 2008
@@ -44,7 +44,11 @@
volume_entry =
element volume_entry {
LIST,
- Anything*
+ element volume_component {
+ element mute { BOOLEAN }? &
+ element name { text }? &
+ element volume { INTEGER }?
+ }*
}
volume_settings =
element volume_settings {
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Fri Mar 28 14:38:44 2008
New Revision: 45836
URL: http://svn.opensuse.org/viewcvs/yast?rev=45836&view=rev
Log:
rnc fix
Modified:
trunk/sound/sound/config/sound.rnc
Modified: trunk/sound/sound/config/sound.rnc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/sound/sound/config/sound.rnc?rev=45836&r1=45835&r2=45836&view=diff
==============================================================================
--- trunk/sound/sound/config/sound.rnc (original)
+++ trunk/sound/sound/config/sound.rnc Fri Mar 28 14:38:44 2008
@@ -44,7 +44,11 @@
volume_entry =
element volume_entry {
LIST,
- Anything*
+ element volume_component {
+ element mute { BOOLEAN }? &
+ element name { text }? &
+ element volume { INTEGER }?
+ }*
}
volume_settings =
element volume_settings {
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |