diff options
author | Erkin Bahceci <erkinbah@gmail.com> | 2009-08-08 01:00:14 -0500 |
---|---|---|
committer | Erkin Bahceci <erkinbah@gmail.com> | 2009-08-08 01:00:14 -0500 |
commit | 25d96f46ce2900966fdc7295dd1071b2026b68c5 (patch) | |
tree | 9c20650a3a2705e4942a70a4f05135f11213ff00 /plugins/move | |
parent | ea243baaaaf573af3772457afe5982d19be48adf (diff) | |
download | compiz-with-glib-mainloop-25d96f46ce2900966fdc7295dd1071b2026b68c5.tar.gz compiz-with-glib-mainloop-25d96f46ce2900966fdc7295dd1071b2026b68c5.tar.bz2 |
Add plugin categories and required features.
Diffstat (limited to 'plugins/move')
-rw-r--r-- | plugins/move/move.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/move/move.xml.in b/plugins/move/move.xml.in index 2153366..323db6d 100644 --- a/plugins/move/move.xml.in +++ b/plugins/move/move.xml.in @@ -2,6 +2,7 @@ <plugin name="move" useBcop="true"> <_short>Move Window</_short> <_long>Move window</_long> + <category>Window Management</category> <deps> <relation type="after"> <plugin>composite</plugin> |