diff options
author | Danny Baumann <dannybaumann@web.de> | 2009-02-02 15:49:14 +0100 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2009-02-02 15:49:14 +0100 |
commit | 4e5735458f14d3148bf016a77a20a14da7e46d4a (patch) | |
tree | 81f3e4503edc03126a5fda913e5680df0a696dae | |
parent | 2aca7959ea51406c977b525194846b53c4cb68d6 (diff) | |
download | mousepoll-4e5735458f14d3148bf016a77a20a14da7e46d4a.tar.gz mousepoll-4e5735458f14d3148bf016a77a20a14da7e46d4a.tar.bz2 |
Use correct tag and remove useless group.
-rw-r--r-- | mousepoll.xml.in | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/mousepoll.xml.in b/mousepoll.xml.in index da26cf0..4eec26e 100644 --- a/mousepoll.xml.in +++ b/mousepoll.xml.in @@ -4,17 +4,15 @@ <_short>Mouse position polling</_short> <_long>Updates the mouse pointer position from the xserver</_long> <category>Utility</category> - <screen> - <group> - <_short>Misc</_short> - <option type="int" name="mouse_poll_interval"> - <_short>Mouse Poll Interval</_short> - <_long>How often to poll the mouse position, in miliseconds. Reduce this to reduce choppy behavior.</_long> - <default>40</default> - <min>1</min> - <max>500</max> - </option> - </group> - </screen> + <options> + <_short>Misc</_short> + <option type="int" name="mouse_poll_interval"> + <_short>Mouse Poll Interval</_short> + <_long>How often to poll the mouse position, in miliseconds. Reduce this to reduce choppy behavior.</_long> + <default>40</default> + <min>1</min> + <max>500</max> + </option> + </options> </plugin> </compiz> |