the <interactive> tags are no longer needed

This commit is contained in:
Dana Jansens 2003-08-31 18:53:41 +00:00
parent 75c8bec464
commit ba64eb20db

View file

@ -297,10 +297,10 @@
</context>
<context name="desktop">
<mousebind button="Up" action="click">
<action name="desktopnext"><interactive>no</interactive></action>
<action name="desktopnext"></action>
</mousebind>
<mousebind button="Down" action="click">
<action name="desktopprevious"><interactive>no</interactive></action>
<action name="desktopprevious"></action>
</mousebind>
<mousebind button="A-Up" action="click">
<action name="desktopnext"/>