From 6c4b405b0db9517e5a2d2a7a5f541e940ebb935e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 4 Apr 2011 14:22:04 -0600 Subject: [PATCH] ... --- src/calibre/utils/browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/utils/browser.py b/src/calibre/utils/browser.py index f188d6b45a..6f8703ab49 100644 --- a/src/calibre/utils/browser.py +++ b/src/calibre/utils/browser.py @@ -39,7 +39,7 @@ class Browser(B): args, kwargs) def set_handle_gzip(self, handle): - self._set_handler('_gzip', handle) + B._set_handler(self, '_gzip', handle) self._clone_actions['set_handle_gzip'] = ('set_handle_gzip', (handle,), {})