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