From 0458a601e8fa7ba8e26e2215aa48714d64edcd1c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 8 May 2012 08:33:36 +0530 Subject: [PATCH] ... --- recipes/folhadesaopaulo.recipe | 2 +- recipes/folhadesaopaulo_sub.recipe | 2 +- src/calibre/gui2/metadata/single_download.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/folhadesaopaulo.recipe b/recipes/folhadesaopaulo.recipe index 5503f2ca1e..50e55a2990 100644 --- a/recipes/folhadesaopaulo.recipe +++ b/recipes/folhadesaopaulo.recipe @@ -8,7 +8,7 @@ from urllib2 import Request, urlopen, URLError class FolhaOnline(BasicNewsRecipe): THUMBALIZR_API = '' # ---->Get your at http://www.thumbalizr.com/ and put here LANGUAGE = 'pt_br' - language = 'pt' + language = 'pt_BR' LANGHTM = 'pt-br' ENCODING = 'cp1252' ENCHTM = 'iso-8859-1' diff --git a/recipes/folhadesaopaulo_sub.recipe b/recipes/folhadesaopaulo_sub.recipe index 32dd347405..cd444b4682 100644 --- a/recipes/folhadesaopaulo_sub.recipe +++ b/recipes/folhadesaopaulo_sub.recipe @@ -14,7 +14,7 @@ class FSP(BasicNewsRecipe): HOMEPAGE = 'http://www1.folha.uol.com.br/fsp/' masthead_url = 'http://f.i.uol.com.br/fsp/furniture/images/lgo-fsp-430x50-ffffff.gif' - language = 'pt' + language = 'pt_BR' no_stylesheets = True max_articles_per_feed = 40 remove_javascript = True diff --git a/src/calibre/gui2/metadata/single_download.py b/src/calibre/gui2/metadata/single_download.py index d7932b5ff4..047351902a 100644 --- a/src/calibre/gui2/metadata/single_download.py +++ b/src/calibre/gui2/metadata/single_download.py @@ -955,7 +955,7 @@ class FullFetch(QDialog): # {{{ # QWebView. Seems to only happen on windows, but keep it for all # platforms just in case. self.identify_widget.comments_view.setMaximumHeight(500) - self.resize(850, 550) + self.resize(850, 600) self.finished.connect(self.cleanup) @@ -1034,7 +1034,7 @@ class CoverFetch(QDialog): # {{{ self.covers_widget.chosen.connect(self.accept) l.addWidget(self.covers_widget) - self.resize(850, 550) + self.resize(850, 600) self.finished.connect(self.cleanup)