shell: Make sure the shell doesn't show up in itself

Spotted by Matthias Clasen <mclasen@redhat.com>
This commit is contained in:
Bastien Nocera 2010-10-07 18:06:04 +01:00
parent 2083f0a045
commit f3b74b019b

View file

@ -41,7 +41,7 @@
<!-- Avoid the shell having a launcher for itself -->
<Exclude>
<Filename>gnomecc.desktop</Filename>
<Filename>gnome-control-center.desktop</Filename>
</Exclude>
<!-- Personal category -->
@ -122,7 +122,10 @@
<And>
<Category>Settings</Category>
<Not>
<Category>X-GNOME-Settings-Panel</Category>
<Or>
<Category>X-GNOME-Settings-Panel</Category>
<Filename>gnome-control-center.desktop</Filename>
</Or>
</Not>
</And>
</Include>