Disable 'Install Addons' tab in Help->Plugin Manager because it is superseded by the Preferences check for updates features.

svn: r18969
This commit is contained in:
Tim G L Lyons 2012-02-24 18:32:38 +00:00
parent d54fd2e8f4
commit e516ae592e

View File

@ -264,8 +264,8 @@ class PluginStatus(ManagedWindow.ManagedWindow):
hbutbox.add(self.__refresh_btn)
self.__refresh_btn.connect('clicked', self.__refresh_addon_list)
install_page.pack_start(hbutbox, expand=False, padding=5)
notebook.append_page(install_page,
tab_label=gtk.Label(_('Install Addons')))
# notebook.append_page(install_page,
# tab_label=gtk.Label(_('Install Addons')))
#add the notebook to the window
self.window.vbox.add(notebook)