From 8e1fba87a35d65f7dadfc83e810c9a9aa6f6894d Mon Sep 17 00:00:00 2001 From: John Schember Date: Mon, 28 Feb 2011 20:16:10 -0500 Subject: [PATCH] ... --- src/calibre/gui2/store/search.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/calibre/gui2/store/search.py b/src/calibre/gui2/store/search.py index d77cf23bf8..f12c1fac4b 100644 --- a/src/calibre/gui2/store/search.py +++ b/src/calibre/gui2/store/search.py @@ -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