This commit is contained in:
John Schember 2011-02-28 20:16:10 -05:00
parent 0b565f3975
commit 8e1fba87a3

View File

@ -88,6 +88,10 @@ class SearchDialog(QDialog, Ui_Dialog):
if not query.strip():
return
# Plugins are in alphebetic order. Randomize the
# order of plugin names. This way plugins closer
# to a don't have an unfair advantage over
# plugins further from a.
store_names = self.store_plugins.keys()
if not store_names:
return