diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2010-09-02 14:10:30 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2010-09-02 14:10:30 +0800 |
commit | 78471ad0573345a1714eff597a6aeaea378036ec (patch) | |
tree | a70ec222f387a0946f8d96bb3094701ef3d109d6 | |
parent | 999d8369af156f685e2aa5717262e8c45f1b8161 (diff) | |
download | loginout-78471ad0573345a1714eff597a6aeaea378036ec.tar.gz loginout-78471ad0573345a1714eff597a6aeaea378036ec.tar.bz2 |
Use options tag
-rw-r--r-- | loginout.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loginout.xml.in b/loginout.xml.in index 0c1a3db..ae92b5c 100644 --- a/loginout.xml.in +++ b/loginout.xml.in @@ -16,7 +16,7 @@ <plugin>decor</plugin> </relation> </deps> - <screen> + <options> <group> <_short>Login</_short> <option name="in_match" type="match"> @@ -97,6 +97,6 @@ <precision>0.1</precision> </option> </group> - </screen> + </options> </plugin> </compiz> |