diff options
author | Sam Spilsbury <SmSpillaz@gmail.com> | 2010-05-13 23:17:02 +0800 |
---|---|---|
committer | Sam Spilsbury <SmSpillaz@gmail.com> | 2010-05-13 23:17:02 +0800 |
commit | ed98c3127498d393a02bf6bfcf77d292d692f151 (patch) | |
tree | 152e8518c4e6a06256b4238888daefb7250f24d9 | |
parent | 8e6adebdc7acbdceed5b0a34a760cb578a594c0c (diff) | |
download | winrules-ed98c3127498d393a02bf6bfcf77d292d692f151.tar.gz winrules-ed98c3127498d393a02bf6bfcf77d292d692f151.tar.bz2 |
Add missing <deps> tag which would cause load rules not to work
-rw-r--r-- | winrules.xml.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/winrules.xml.in b/winrules.xml.in index 3098079..700d638 100644 --- a/winrules.xml.in +++ b/winrules.xml.in @@ -4,10 +4,12 @@ <_short>Window Rules</_short> <_long>Set windows rules</_long> <category>Window Management</category> - <relation type="after"> - <plugin>opengl</plugin> - <plugin>composite</plugin> - </relation> + <deps> + <relation type="after"> + <plugin>opengl</plugin> + <plugin>composite</plugin> + </relation> + </deps> <options> <group> <_short>Matches</_short> |