diff options
author | Anssi Hannula <anssi@mageia.org> | 2011-12-05 02:46:41 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mageia.org> | 2011-12-05 02:46:41 +0000 |
commit | b0e820039fd4bade76fb9015d6376bed3e8c0717 (patch) | |
tree | cf2817ba7f185055af9aeddb01f7c74c0da74045 /menu | |
parent | 6c3cf8118b58e1fbc4fa7ad30319f3393e5ca2a8 (diff) | |
download | common-data-b0e820039fd4bade76fb9015d6376bed3e8c0717.tar common-data-b0e820039fd4bade76fb9015d6376bed3e8c0717.tar.gz common-data-b0e820039fd4bade76fb9015d6376bed3e8c0717.tar.bz2 common-data-b0e820039fd4bade76fb9015d6376bed3e8c0717.tar.xz common-data-b0e820039fd4bade76fb9015d6376bed3e8c0717.zip |
remove excess TerminalEmulator entry from applications.menu.in
The entry is inside <and><or> but discounted below in <and><not>:
(foo || TerminalEmulator || bar) && !(foobar || TerminalEmulator)
Remove the superfluous first occurrence.
Diffstat (limited to 'menu')
-rw-r--r-- | menu/applications.menu.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/menu/applications.menu.in b/menu/applications.menu.in index 4373389..bfcccbe 100644 --- a/menu/applications.menu.in +++ b/menu/applications.menu.in @@ -338,7 +338,6 @@ <Category>Accessibility</Category> <Category>Monitor</Category> <Category>System</Category> - <Category>TerminalEmulator</Category> <Category>Emulator</Category> <Category>HardwareSettings</Category> <Category>PackageManager</Category> |