Skip to content

Commit

Permalink
[plugin manager] mark installed plugins as trusted (fix #15338)
Browse files Browse the repository at this point in the history
(cherry picked from commit 156c098)
  • Loading branch information
alexbruy committed Jul 25, 2016
1 parent ff27c61 commit 17d5ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyplugin_installer/installer_data.py
Expand Up @@ -761,7 +761,7 @@ def rebuild(self):
# other remote metadata is preffered:
for attrib in ["name", "plugin_id", "description", "about", "category", "tags", "changelog", "author_name", "author_email", "homepage",
"tracker", "code_repository", "experimental", "deprecated", "version_available", "zip_repository",
"download_url", "filename", "downloads", "average_vote", "rating_votes"]:
"download_url", "filename", "downloads", "average_vote", "rating_votes", "trusted"]:
if attrib not in translatableAttributes or attrib == "name": # include name!
if plugin[attrib]:
self.mPlugins[key][attrib] = plugin[attrib]
Expand Down

0 comments on commit 17d5ffc

Please sign in to comment.