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:
parent
d54fd2e8f4
commit
e516ae592e
@ -264,8 +264,8 @@ class PluginStatus(ManagedWindow.ManagedWindow):
|
|||||||
hbutbox.add(self.__refresh_btn)
|
hbutbox.add(self.__refresh_btn)
|
||||||
self.__refresh_btn.connect('clicked', self.__refresh_addon_list)
|
self.__refresh_btn.connect('clicked', self.__refresh_addon_list)
|
||||||
install_page.pack_start(hbutbox, expand=False, padding=5)
|
install_page.pack_start(hbutbox, expand=False, padding=5)
|
||||||
notebook.append_page(install_page,
|
# notebook.append_page(install_page,
|
||||||
tab_label=gtk.Label(_('Install Addons')))
|
# tab_label=gtk.Label(_('Install Addons')))
|
||||||
|
|
||||||
#add the notebook to the window
|
#add the notebook to the window
|
||||||
self.window.vbox.add(notebook)
|
self.window.vbox.add(notebook)
|
||||||
|
Loading…
Reference in New Issue
Block a user