From cfe0ee8462185c6e5a1d22c7d29d29197a30d113 Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 17 Oct 2008 21:27:45 +0000 Subject: [PATCH] Actually set the 'rsz' option if it isn't defined. --- plugins/Google/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Google/plugin.py b/plugins/Google/plugin.py index 88a9b8776..9abb657b5 100644 --- a/plugins/Google/plugin.py +++ b/plugins/Google/plugin.py @@ -108,7 +108,7 @@ class Google(callbacks.PluginRegexp): if 'safe' not in opts: opts['safe'] = self.registryValue('safeSearch', dynamic.channel) if 'rsz' not in opts: - opts['safe'] = 'large' + opts['rsz'] = 'large' fd = utils.web.getUrlFd('%s?%s' % (self._gsearchUrl, urllib.urlencode(opts)),