diff options
author | Arun Raghavan <arunissatan@gmail.com> | 2008-07-03 01:57:18 +0530 |
---|---|---|
committer | Arun Raghavan <arunissatan@gmail.com> | 2008-07-03 01:57:18 +0530 |
commit | 2765c1664b59b2977b92b2073195c5fbc4aace8f (patch) | |
tree | 7657ba2cc8b49b6adeb51d64fba30ec4b89387ee /modules | |
parent | add -A as a short option for --all-overlays (diff) | |
download | gentoo-bumpchecker-2765c1664b59b2977b92b2073195c5fbc4aace8f.tar.gz gentoo-bumpchecker-2765c1664b59b2977b92b2073195c5fbc4aace8f.tar.bz2 gentoo-bumpchecker-2765c1664b59b2977b92b2073195c5fbc4aace8f.zip |
control-center has been renamed to gnome-control-center, so off with the mapping
Diffstat (limited to 'modules')
-rw-r--r-- | modules/package_module.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/package_module.py b/modules/package_module.py index 847ac47..0b20726 100644 --- a/modules/package_module.py +++ b/modules/package_module.py @@ -16,7 +16,6 @@ class Package: "gtk2":"gtk2-perl", "gnome2-vfs":"gnome2-vfs-perl", "pkg-config":"pkgconfig", - "gnome-control-center":"control-center" } def __init__(self, raw_data): |