diff options
author | Grant Paul <chpwn@chpwn.com> | 2011-02-05 01:06:29 -0800 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2011-02-05 01:06:29 -0800 |
commit | 386a58f2bf90ce419b3a81de3cea948b46dcf148 (patch) | |
tree | d3c44cd87f702a9ccb24a69ac49d4d80690c0b27 | |
parent | d48ae59746c44ab28b8dfb2c4f62228b0c0bb270 (diff) |
I am perpetually impressed with the abilities of the default repositories to misspell, create, and otherwise mutilate the sections listing. For another small battle in this endless war, I add a mapping from Themes (App Addons) to Themes (Addons), to remove another one-package-only section.
-rw-r--r-- | MobileCydia.app/Sections.plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MobileCydia.app/Sections.plist b/MobileCydia.app/Sections.plist index b160632..74a7864 100644 --- a/MobileCydia.app/Sections.plist +++ b/MobileCydia.app/Sections.plist @@ -146,6 +146,9 @@ <key>Cydgets (Lock)</key> <string>Addons (Cydget)</string> + + <key>Themes (App Addons)</key> + <string>Themes (Addons)</string> </dict> </plist> |